-
Notifications
You must be signed in to change notification settings - Fork 140
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
Improve function type decoding #2555
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit ecc3279 Collapsed results for better readability
|
Codecov Report
@@ Coverage Diff @@
## master #2555 +/- ##
=======================================
Coverage 78.50% 78.50%
=======================================
Files 336 336
Lines 77429 77444 +15
=======================================
+ Hits 60788 60801 +13
- Misses 14369 14370 +1
- Partials 2272 2273 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description
Address an accidental breaking change introduced in #2401: When decoding function types, make type parameters optional, for backward compatibility.
Also, allow decoding of function values (import is already forbidden).
master
branchFiles changed
in the Github PR explorer