-
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
throw error on the creation of a nested reference #2965
throw error on the creation of a nested reference #2965
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/stable-cadence commit e132ddb Collapsed results for better readability
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #2965 +/- ##
==========================================================
+ Coverage 80.02% 80.07% +0.05%
==========================================================
Files 344 342 -2
Lines 81583 81758 +175
==========================================================
+ Hits 65284 65466 +182
+ Misses 13989 13975 -14
- Partials 2310 2317 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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!
…ations similar to other functions
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!
Cleaned up invocation location ranges a bit more in 3729bbd
Part of #2873
Throw a runtime error when attempting to create an
EphemeralReferenceValue
whose underlying value is also anEphemeralReferenceValue
.master
branchFiles changed
in the Github PR explorer