-
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
Refactor resource-reference tracking #2916
Refactor resource-reference tracking #2916
Conversation
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!
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/stable-cadence commit b9edc95 Collapsed results for better readability
|
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!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #2916 +/- ##
==========================================================
+ Coverage 80.02% 80.04% +0.01%
==========================================================
Files 344 344
Lines 81625 81490 -135
==========================================================
- Hits 65323 65227 -96
+ Misses 13991 13955 -36
+ Partials 2311 2308 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Description
Refactor the resource reference tracking and move the tracking to the
NewEphemeralReferenceValue
.Storage references don't need any changes as they are just a reference to a storage location, and not for a value.
This should also solves the problem addressed in #2914
master
branchFiles changed
in the Github PR explorer