-
Notifications
You must be signed in to change notification settings - Fork 729
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
Add a member names callback for ParseCallbacks #1796
Conversation
just found a bug in test generation, don't merge yet |
hopefully should be good now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you elaborate on what the use case for this is?
Also, this would need some tests, see the bindgen-integration
directory for examples.
Use case is similar to the |
There definitely are tests for parse callbacks: rust-bindgen/bindgen-integration/build.rs Line 17 in de23676
|
@pavlukivan, maybe my concurrent work in #1793 will be helpful to you ? I added some tests there (although I do not know if I did it well, since my code is still pending review). |
I see, I couldn't find the test because it wasn't using |
i don't need this anymore so I will close this and let others do it if the need arises |
I'm new to both rust and bindgen, so please tell me if there's something I'm doing wrong here, but at least it works