-
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
Revert removal of checker caching / #1572 #1628
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1628 +/- ##
=======================================
Coverage 74.73% 74.73%
=======================================
Files 288 288
Lines 55340 55340
=======================================
Hits 41357 41357
Misses 12489 12489
Partials 1494 1494
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit f615bea Results
|
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, I was working on this now, but it makes sense to just revert first.
Until we have #1570, let us at least remove the spurious errors which are reported at the moment, but reverting the removal of the checker caching: It is important to return the same checker for a location, as the checker performs type equality checks by Go pointer – returning different instances for the same logical types results in confusing errors.
master
branchFiles changed
in the Github PR explorer