-
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 unused composite type to interface type conversion function #2804
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/stable-cadence commit f5846e6 Collapsed results for better readability
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #2804 +/- ##
==========================================================
+ Coverage 79.77% 79.78% +0.01%
==========================================================
Files 342 342
Lines 80778 80766 -12
==========================================================
Hits 64443 64443
+ Misses 14026 14014 -12
Partials 2309 2309
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Description
With the removal of nested type requirements, the function to convert a composite type to an interface type is no longer needed.
Remove the function.
master
branchFiles changed
in the Github PR explorer