-
Notifications
You must be signed in to change notification settings - Fork 140
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 Unwrap method for ParentErrors #3052
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 1630004 Collapsed results for better readability
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3052 +/- ##
==========================================
- Coverage 80.60% 80.59% -0.01%
==========================================
Files 379 379
Lines 91151 91159 +8
==========================================
+ Hits 73468 73472 +4
- Misses 15049 15053 +4
Partials 2634 2634
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Great, thank you!
Closes #3035
Description
This PR updates
ParentError
error types that previously did not have anUnwrap()
method, to include one. This allows FVM to search these child errors to detect the root cause of a runtime error.master
branchFiles changed
in the Github PR explorer