-
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
Handle unparameterized Capability static types #3196
Handle unparameterized Capability static types #3196
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit dfa4d67 Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3196 +/- ##
===========================================
+ Coverage 0 80.67% +80.67%
===========================================
Files 0 380 +380
Lines 0 93161 +93161
===========================================
+ Hits 0 75160 +75160
- Misses 0 15296 +15296
- Partials 0 2705 +2705
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Work towards #3192
Description
Capability
's type parameter is optional, but the static type migration assumes it is always set / never nil.Only migrate the borrow type if it is given.
master
branchFiles changed
in the Github PR explorer