Matthieu Dartiailh
Matthieu Dartiailh
It appears that document-features 0.2.8 does not complain anymore when no documentation can be extracted from Cargo.toml (https://github.com/slint-ui/document-features/issues/20#issuecomment-1871821886). I will check on @LeoWherle system next week and confirm if it...
I finally managed to check and this can indeed be closed.
From the top of my head bool is not a standard C type. So you need to add a definition and you can use the bool present in ctypes to...
I am a bit confused because bool is present in the `_types_` populated in https://github.com/MatthieuDartiailh/pyclibrary/blob/main/pyclibrary/backends/ctypes.py#L367C1-L367C1 Could you inspect this attribute and post the version you are using ?
So it is the last version which is up to date with main. So can you check the content of the `_types_` attribute on the library object ?
This looks interesting. Could you add some test for it ?
You could add a nested structure in tests/headers/struct.h and add a check in tests/test_parser.py to validate that the proper information are extracted.
Superseded by #76
Yes that would be the idea. And also byte-compiling them like any python file. In my other projects I can have large startup times or lag when compiling a file...
@tillbey would you be interested in looking into this ? I can give some pointers about where to start that should get you more than halfway I think.