-
Notifications
You must be signed in to change notification settings - Fork 707
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 callback to check derives for blocklisted types #2007
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jethrogb
force-pushed
the
jb/issue-1454-alt
branch
from
March 10, 2021 22:11
04715d2
to
801cff1
Compare
☔ The latest upstream changes (presumably 7286c81) made this pull request unmergeable. Please resolve the merge conflicts. |
emilio
reviewed
Mar 11, 2021
1 task
jethrogb
force-pushed
the
jb/issue-1454-alt
branch
from
March 16, 2021 10:19
801cff1
to
447923b
Compare
emilio
approved these changes
Mar 22, 2021
Seems like there's a merge conflict though. |
☔ The latest upstream changes (presumably 2a46e29) made this pull request unmergeable. Please resolve the merge conflicts. |
jethrogb
force-pushed
the
jb/issue-1454-alt
branch
from
March 22, 2021 11:10
447923b
to
0780f80
Compare
That's odd, I was able to rebase without issues. |
@emilio Many thanks! When are you planning to publish a new release? |
bors bot
added a commit
to fortanix/rust-mbedtls
that referenced
this pull request
Apr 6, 2021
152: Update bindgen r=raoulstrackx a=jethrogb I took some time this week to make the necessary bindgen changes (rust-lang/rust-bindgen#2004 rust-lang/rust-bindgen#2006 rust-lang/rust-bindgen#2007). This PR updates the bindgen build to use that. Breaking changes: * unnamed types are renamed * C-unions are now actual unions * [x] the field accessor functions that used to exist are easy enough to add back * bitfields are done differently now * some fn-ptrs are now unsafe * some fns and fn-ptrs now take const pointers as arguments * havege.c and timing.c are now not compiled on non-unix platforms, i.e. SGX (probably wasn't working properly anyway) Fixes #5 #14 #61 #72 #88 #121 Co-authored-by: Jethro Beekman <jethro@fortanix.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1454 #2003
This includes #2006 because it needs the ParseCallbacks testing framework