-
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
Update toolchain to nightly 2024-11-15 #218
Conversation
aaca9cb
to
0f95bae
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.
Much as this is HUGE it is also mostly mechanical so let's get this in and move on.
"src/lib/twizzler-futures", | ||
#"src/lib/twizzler-runtime-api", | ||
"src/lib/twizzler-futures", | ||
#"src/runtime/dynlink", |
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.
Why comment instead of remove?
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.
Because they'll come back in the next PR
This PR updates the toolchain to a recent nightly version and replaces the old twizzler-runtime-api crate with a new design based on bindgen that should improve interoperability with other languages, improve stability, etc. The update also gains a lot of nice functionality from new Rust features. We also have a more robust support for basic C code, allowing libunwind to be more than a black-box.
See also: #217
A couple things to note: