-
Notifications
You must be signed in to change notification settings - Fork 735
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
0.17.12 #2448
0.17.12 #2448
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-branch/0.17.12 #2448 +/- ##
==========================================================
- Coverage 96.62% 96.61% -0.01%
==========================================================
Files 176 176
Lines 21637 21637
Branches 533 533
==========================================================
- Hits 20906 20904 -2
Misses 618 618
- Partials 113 115 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Note that the target branch for this is the newly-created release-branch/0.17.12 branch that is based on release-branch/0.17.11 which is what the 0.17.11 release was done from. |
On the main branch, there were changes to increase MSRV and to potentially increase the binutils version required, so I decided to do this off a branch. Now the changes scheduled for 0.17.12 will be 0.17.13. |
The problem occurs: * release mode with `RUSTFLAGS="-C overflow-checks"` * release mode with `overflow-checks = true` in the Cargo.toml profile. * debug mode. Thanks to Mike (GitHub user MikeRomaniuk).
b8487a2
to
641c1c7
Compare
The clippy failure is something we fixed after 0.17.11 and it's benign. |
No description provided.