Niko Fink

Results 119 comments of Niko Fink

@wlav I could create a PR to set up GitHub Actions CI in this repo to continuously perform (at least smoke) tests on different OSes and versions (say latest and...

Oh, and the cppdef seems to have fixed it! ``` $ python Python 3.11.6 (main, Oct 3 2023, 00:00:00) [GCC 13.2.1 20230728 (Red Hat 13.2.1-1)] on linux Type "help", "copyright",...

Things are looking very good now on Fedora. Install works flawlessly, I only get the warning from the ogdf initializer, and the `Observer` example now exits cleanly with only the...

Hey, I'd also be highly interested in this feature. I already had some discussion with wlav on this in the old BitBucket repo, unfortunately I cannot find that exact part...

I didn't get around to finishing this, but I just published the code [here](https://github.com/N-Coder/ogdf-python-stubs/blob/main/stubgen.py). Currently, it generates an in-memory representation of the C++ Interfaces from the Doxygen-generated XML file, applying...

Glad that it helps. If you make any improvements to the code, feel free to open a PR or in any other way share back your work! 😉

I had a similar issue when trying to use debug instead of release builds of my library on Windows, maybe that is the issue here too?

Hm, I'm now also getting this issue on GitHub Actions with an unmodified latest cppyy failing to load its backend: https://github.com/ogdf/ogdf-wheel/actions/runs/8535679388/job/23382829735

This issue already appeared [5 months ago](https://github.com/ogdf/ogdf-wheel/actions/runs/6901734211/job/18777378036) (unfortunately the logs are already gone, but I remember they looked pretty similar to what they look like on the more recent run)....

Still doesn't work, although the errors now look [very different](https://github.com/ogdf/ogdf-wheel/actions/runs/8650504039/job/23719421736#step:7:32). We now have "failed to materialize symbols", both for things in the stdlib and within my library. [Previously](https://github.com/ogdf/ogdf-wheel/actions/runs/8565758360/job/23474484940#step:7:435) we had...