We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In multiple parts of the runner codbase we use.unwrap() and ? without much consideration. A proper error handling should be implemented instead.
.unwrap()
?
This should also include a pretty printing of errors.
The text was updated successfully, but these errors were encountered:
Result
vm_memory.rs
expect
No branches or pull requests
In multiple parts of the runner codbase we use
.unwrap()
and?
without much consideration. A proper error handling should be implemented instead.This should also include a pretty printing of errors.
The text was updated successfully, but these errors were encountered: