-
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
Allow dereferencing references to containers of non-resources #3034
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 23a0f59 Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3034 +/- ##
==========================================
- Coverage 80.37% 80.37% -0.01%
==========================================
Files 364 364
Lines 85173 85170 -3
==========================================
- Hits 68456 68453 -3
Misses 14275 14275
Partials 2442 2442
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Given that dereferencing is not recursive, containers' element type does not have to be primitive, but still must be non-resource kinded.
Based on this discussion: #3028 (comment)
master
branchFiles changed
in the Github PR explorer