You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran go run ./runtime/cmd/info -nested -members dump-builtin-types and go run ./runtime/cmd/info -nested -members dump-builtin-values and fixed and other then some missing view annotations for functions related to InclusiveRange I could not see any other issues.
Improved the functions related to InclusiveRange in #3426
Issue to be solved
There are some native function types added to the
master
branch, after the purity annotation change was added instable-cadence
. e.g:When the stable-cadence branch is synced/merged to
master
, ensure these newly added functions have the proper purity annotation.Suggested Solution
Scan through all the newly added functions, and added annotations as required.
Tasks
The text was updated successfully, but these errors were encountered: