-
Notifications
You must be signed in to change notification settings - Fork 19
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
Allow parsing cast expressions. #33
base: master
Are you sure you want to change the base?
Conversation
458ae2e
to
5354667
Compare
f7986ce
to
9e59566
Compare
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.
At a glance it looks reasonable, but I'm confused about the patch section, can you clarify whether you intend that to be merged?
clang = { version = "2", features = ["runtime"] } | ||
|
||
[patch.crates-io] | ||
clang-sys = { git = "https://github.com/reitermarkus/clang-sys", branch = "load-api" } |
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 upstream or remove this? It seems unfortunate not depending on the crates.io version.
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.
An upstream PR is already opened. This is only needed for the last commit in this PR, cleaning up the test setup.
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.
Would it be possible to split the test setup cleanup into its own PR? Seems like there's some push back against making the change to clang-sys
since it's a breaking change...
@emilio @reitermarkus Would either of you be opposed to creating a fork of this PR minus the dependency on the new |
@dpaoliello, I have given up on Sadly no one has reviewed my PR at rust-lang/rust-bindgen#2369 replacing |
Revival of #15.