-
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
rename restricted type to intersection type #2581
rename restricted type to intersection type #2581
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.
👍
AFAICS, this only renames, but does not change any logic?
It does not change any language behavior; however I think the external API does change a little anywhere where the name "restricted type" appeared in the output (e.g. parser json output or json encoding). |
…to sainati/rename-restricted-type
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/stable-cadence commit b1e6d38 Collapsed results for better readability
|
Codecov Report
@@ Coverage Diff @@
## feature/stable-cadence #2581 +/- ##
=======================================================
Coverage 78.99% 78.99%
=======================================================
Files 340 340
Lines 81595 81595
=======================================================
Hits 64453 64453
Misses 14792 14792
Partials 2350 2350
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This update corresponds to Cadence PR 2581: onflow/cadence#2581
Work towards #2639
Part of the implementation of onflow/flips#85
This renames
RestrictedType
toIntersectionType
, and removes references to "restricted" and "restriction" in the codebase.master
branchFiles changed
in the Github PR explorer