-
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
Fix built-in type import #3212
Fix built-in type import #3212
Conversation
…-builtin-type-normalization
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 936b087 Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3212 +/- ##
=======================================
Coverage 80.75% 80.75%
=======================================
Files 380 380
Lines 93359 93377 +18
=======================================
+ Hits 75389 75407 +18
Misses 15262 15262
Partials 2708 2708
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Depends on #3205
Description
When importing a composite type, normalize to a primitive type, if the given type refers to a built-in type.
master
branchFiles changed
in the Github PR explorer