-
Notifications
You must be signed in to change notification settings - Fork 747
issue 1723 #1915
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
issue 1723 #1915
Conversation
Yeah, so this is a good start, but not quite what I meant (it might be that I goofed a bit on the description). The main thing we have to do is making sure that the option shenanigans we do in Lines 1307 to 1333 in a467d3e
get applied to Does that make sense? |
Hey. yeah that makes sense i think. ill remove the
with this in it Lines 1307 to 1333 in a467d3e
generate looks:
call that from Line 1404 in a467d3e Where i pass the self.options as a parameter.
.... ofcourse i run into the whole : Is it something similarly done else where that i can look at? |
Its easier to see what i was talking about if i show you... hence ^ |
nooooooooooooooo i did something wrong :'( how do i fix? Sorry for this!!!! |
I think what I'd do is:
|
Or alternatively:
That should leave you with your changes, but just one commit on top of master. |
THANK YOU! phew , we are back to 1 commit again. :)
got some other problem when i ran that command. But after some searching i found this after that i was able to push :) |
☔ The latest upstream changes (presumably 67538b6) made this pull request unmergeable. Please resolve the merge conflicts. |
same thing again :( ill fix |
for info, this latest patch might actually be what we are looking for. |
forgot to remove the |
☔ The latest upstream changes (presumably e24afad) made this pull request unmergeable. Please resolve the merge conflicts. |
I took the liberty of updating this. It needed a few changes because making Thanks a lot @smurfd, and sorry I ended up missing your previous update for so long. |
Hey
This might be a start to fix this issue. Bare with me :)
I created a
Bindings::generate_common()
that i call fromBindings::generate()
but im unsure if i used the right "parts" ofgenerate()
and possibly where we should call theBindings::generate_common()
to avoid BINDGEN_EXTRA_CLANG_ARGS being evaluated afterdump-preprocessed-input()