-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Removing more unwraps from FFI layer #18370
Removing more unwraps from FFI layer #18370
Conversation
7ead024
to
a35eff1
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.
Thanks!
Co-authored-by: Stu Hood <stuhood@gmail.com>
Co-authored-by: Stu Hood <stuhood@gmail.com>
@stuhood is this ready to merge, and if so can you merge it? |
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.
Thanks!
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.
This is great! Thanks for working on this!
Clears out more of #13608.
Key changes:
nodes.rs
.clone().try_into().unwrap()
that converted aProcess
to aProcess
in theremote_tests.rs
. This seems to have been legacy from whenProcess
was actually MEPR.input_files
toinputs
in theInputDigests
struct, inline with theimmutable_inputs
attribute.