-
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
Fix data race in sema/type_test.go #2624
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 5f84e78 Collapsed results for better readability
|
Codecov Report
@@ Coverage Diff @@
## master #2624 +/- ##
=======================================
Coverage 78.60% 78.60%
=======================================
Files 336 336
Lines 77869 77879 +10
=======================================
+ Hits 61207 61217 +10
Misses 14379 14379
Partials 2283 2283
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Thank you for identifying this issue and fixing it!
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!
Thanks Bastian & Supun! |
Closes #2623
This PR fixes the data race in sema/type_test.go.
https://github.com/onflow/cadence/actions/runs/5424849656/jobs/9864802365?pr=2621
master
branchFiles changed
in the Github PR explorer