-
Notifications
You must be signed in to change notification settings - Fork 181
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
[v0.37] Port internal fixes #6937
Conversation
* adding backward compatibility for v0.37.25 * Update engine/common/version/version_control.go Co-authored-by: Jan Bernatik <[email protected]> --------- Co-authored-by: Jan Bernatik <[email protected]>
Co-authored-by: Supun Setunga <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v0.37 #6937 +/- ##
==========================================
- Coverage 41.44% 41.44% -0.01%
==========================================
Files 2036 2036
Lines 181784 181784
==========================================
- Hits 75349 75336 -13
- Misses 100194 100206 +12
- Partials 6241 6242 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
One unrelated unit test, |
NotSame checks pointer inequality; the input was not a pointer. This caused a failure once testify was updated to explicitly catch and throw an error in this case.
Cherry-picked @jordanschalm's fix: #6779 (comment) |
Port https://github.com/onflow/flow-go-internal/compare/v0.37-public...v0.37
Effectively updates to Cadence v1.0.4 and atree v0.9.0