-
Notifications
You must be signed in to change notification settings - Fork 138
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
Report bespoke error for restricted types parsed as type arguments #2985
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit dc44c50 Collapsed results for better readability
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2985 +/- ##
==========================================
- Coverage 80.02% 80.01% -0.01%
==========================================
Files 354 354
Lines 82701 82705 +4
==========================================
- Hits 66178 66177 -1
- Misses 14170 14174 +4
- Partials 2353 2354 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Nice! Thank you for figuring out what's wrong and fixing it
Co-authored-by: Bastian Müller <[email protected]>
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! Maybe consider replacing the start position with a whole range, given it is available
See discussion in https://discord.com/channels/613813861610684416/1108479699732152503/1186788225365327952
Description
Report a better error when legacy restricted types are encountered as type arguments
master
branchFiles changed
in the Github PR explorer