-
Notifications
You must be signed in to change notification settings - Fork 137
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
Change member access semantics #2573
Change member access semantics #2573
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/mutability-restrictions commit 351673b Collapsed results for better readability
|
Codecov Report
@@ Coverage Diff @@
## feature/mutability-restrictions #2573 +/- ##
===================================================================
- Coverage 78.99% 78.96% -0.03%
===================================================================
Files 340 340
Lines 81595 81724 +129
===================================================================
+ Hits 64453 64534 +81
- Misses 14792 14834 +42
- Partials 2350 2356 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…onflow/cadence into supun/member-access-semantics
6b5b058
to
9a64a7f
Compare
9a64a7f
to
7cfcc05
Compare
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 work!
c9a2924
to
26149a0
Compare
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 work!
Closes #2534
Description
This is the prototype implementation for: onflow/flips#89
Changes member-access/index-access to return a reference, if the parent is also a reference.
master
branchFiles changed
in the Github PR explorer