-
Notifications
You must be signed in to change notification settings - Fork 138
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 reference invalidation check to consider optional resources #2680
Update reference invalidation check to consider optional resources #2680
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/stable-cadence commit 52fd154 Collapsed results for better readability
|
Codecov Report
@@ Coverage Diff @@
## feature/stable-cadence #2680 +/- ##
==========================================================
- Coverage 78.90% 78.90% -0.01%
==========================================================
Files 342 342
Lines 81650 81653 +3
==========================================================
+ Hits 64430 64431 +1
- Misses 14871 14872 +1
- Partials 2349 2350 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Nice!
Closes https://github.com/dapperlabs/cadence-internal/issues/140
Description
Update the reference invalidation to consider references to optionals. This allows catching the invalidated references early as possible, rather than later failing with an internal error.
master
branchFiles changed
in the Github PR explorer