Marcel Tiede
Marcel Tiede
What do you mean by this: > Regressions tests: generate the bindings and validate the number of objects, methods, callbacks, enums, etc... that are genereted. The current GirTest C# lib...
I get the layout you are proposing and it is in line with the rest of the system. But I'm not even sure about the license of the regress code...
For example you could take a topic you like (e.g. [GArray](https://github.com/gircore/gir.core/issues/748)) and add some newly written tests and make it actually useable. This would be a small topic which could...
Great to hear. Let's see how things go along and will develop over time. You should be able to build the library similar to the GirTest library: [GenerateGirTestLib](https://github.com/ylatuya/gir.core/blob/regress/src/GenerateGirTestLib.fsx) Afterwards it...
Hi, I think I would not like to add some code which "tries" to find some binary based on some heuristic like `Substring(3)`. If a user want's to use a...
Could you give the concrete name of the created GTK binary / DLL? If you already build GTK yourself you probably build its dependencies, too? In this case you could...
I don't want to hardcode some library names like in GTK sharp. I'm fine with adding some hook to allow to exchange the library loading like shown above. But using...
Yeah the distribution of software is a bit tricky. Currently there is no support from GirCore as no C binaries are distributed. I'm not even sure of the current distribution...
Yep. The nuget packages create the illusion that it should "just work". But they are build for certain versions of the libraries and this must be kept in mind. I...
Potentially duplicate of #782?