-
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
Add view annotations to newly added array functions #2771
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 97ef057 Collapsed results for better readability
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #2771 +/- ##
=======================================================
Coverage 79.67% 79.67%
=======================================================
Files 339 339
Lines 80743 80746 +3
=======================================================
+ Hits 64333 64336 +3
Misses 14105 14105
Partials 2305 2305
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Continue #2466
These functions can be marked as
view
.Note that this marks
filter
asview
as well by restricting it's inputs toview
functions. This makes sense to me personally considering these are intended to be boolean predicates, which should not have side effects.master
branchFiles changed
in the Github PR explorer