-
Notifications
You must be signed in to change notification settings - Fork 139
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
Fix nested resource moves #2931
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 008d2df Collapsed results for better readability
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2931 +/- ##
==========================================
- Coverage 79.43% 79.42% -0.01%
==========================================
Files 332 332
Lines 79111 79139 +28
==========================================
+ Hits 62842 62858 +16
- Misses 13958 13966 +8
- Partials 2311 2315 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Port of https://github.com/dapperlabs/cadence-internal/pull/151
Description
Nested resource moves have been recorded only if there is a second value in the assignment.
However, in destructors, nested resource moves are allowed even without a second value transfer.
This PR added tracking for this second scenario, which was missing.
master
branchFiles changed
in the Github PR explorer