-
-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing more unwraps from FFI layer (#18370)
Clears out more of #13608. Key changes: - Removed unwraps from FFI layer, mainly in `nodes.rs`. - Removed redundant `clone().try_into().unwrap()` that converted a `Process` to a `Process` in the `remote_tests.rs`. This seems to have been legacy from when `Process` was actually MEPR. - Renamed `input_files` to `inputs` in the `InputDigests` struct, inline with the `immutable_inputs` attribute. --------- Co-authored-by: Stu Hood <stuhood@gmail.com>
- Loading branch information
1 parent
133646e
commit d88e258
Showing
9 changed files
with
97 additions
and
166 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.