-
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
Fix FunctionType.Equal() to check Purity equality #3105
Conversation
FunctionType.Equal() needed to check Purity equality. Also added more tests for FunctionType.
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 36d8e4e Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3105 +/- ##
=======================================
Coverage 80.65% 80.65%
=======================================
Files 379 379
Lines 91445 91448 +3
=======================================
+ Hits 73758 73761 +3
Misses 15041 15041
Partials 2646 2646
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.
Thanks!
This PR adds checks for
Purity
equality inFunctionType.Equal()
.Also added more tests for
FunctionType
.Closes #3104
master
branchFiles changed
in the Github PR explorer