Results 7 comments of Rene Hexel

Yes, this is definitely something that would be nice. Apart from not being open source (yet), another potential stumbling block is that DocC is not compatible with GitHub Pages at...

This is probably something that the `app-bundle.sh` script (or an install script) should be doing. At the moment, the app-bundle script is macOS only. The question is what would be...

Also don't forget to `./run-gir2swift.sh` -- these error messages look like you never created the Swift wrappers.

I don't mind having this as part of the `.yaml` manifest, but please keep the ability to use the existing files for backward compatibility.

Sounds great. What do you have in mind for integrating this?

We would still need to generated code based on the `.gir` file if we want to use idiomatic Swift. This is different from weakly typed languages such as Python, that...

Yes, it would be nice to integrate the post-processing steps directly into `gir2swift`. From my experience, there a number of different reasons for why post-processing is needed. They all vary...