-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CFFI 1.16.0 fails to recognize nested structs properly for purposes of partial notation #36
Comments
This is hard to fix. Maybe it's possible, but I don't know for sure. That's the reasoning behind why it's raising a
The problem is that it's harder to write these expressions if the type name is unknown, or if it just doesn't have any name at all. In particular, I'm unsure how to write |
Oh, according to https://stackoverflow.com/questions/10874211/finding-relative-offset-in-nested-structure then we should simply be able to write |
In summary, I think that it is possible to implement this. It's a matter of tweaking the build-time Note: you are correct that there is no way to use |
Let me take a look and see if I can do anything. Need to see if I can figure out the interface between the |
Using cffi==1.16.0 the following can not be handled:
The text was updated successfully, but these errors were encountered: