-
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
Remove Restricted Type from Cadence #2596
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.
I mainly focused on non-test code related to CCF and internal value encoding.
This reverts commit 3fcf2e9.
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/stable-cadence commit fdc459b Collapsed results for better readability
|
…to sainati/intersection-type
Codecov Report
@@ Coverage Diff @@
## feature/stable-cadence #2596 +/- ##
==========================================================
- Coverage 79.02% 78.92% -0.11%
==========================================================
Files 340 341 +1
Lines 81724 81295 -429
==========================================================
- Hits 64584 64160 -424
+ Misses 14792 14790 -2
+ Partials 2348 2345 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Looks good! My limited review only focused on CCF and internal value encoding.
Work towards #2639
Implementation of onflow/flips#85
This removes the
Type
field from theRestrictedType
(renamed in a previous PR toIntersectionType
). This also updates all tests to be compatible with the new behavior.master
branchFiles changed
in the Github PR explorer