-
Notifications
You must be signed in to change notification settings - Fork 87
MRG: try fixing inline variables in rust println!
#3640
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
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## latest #3640 +/- ##
==========================================
- Coverage 88.31% 88.31% -0.01%
==========================================
Files 137 137
Lines 23469 23468 -1
Branches 2270 2270
==========================================
- Hits 20727 20726 -1
Misses 2432 2432
Partials 310 310
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Or if you want to let clippy fix it, you can run
that's what I did in #3641 |
Ready for review @luizirber @bluegenes ! |
println!
println!
Minor new features: * add cANI to `sig overlap` (#3644) Bug fixes: * make `RevIndex.len()` and `RevIndex.signatures()` use picklist, if set (#3647) Cleanup and documentation updates: * add rocksdb HOWTO (#3648) Developer updates: * try fixing inline variables in rust `println!` (#3640) Dependabot updates: - Build(deps): Update cachetools requirement from <6,>=4 to >=4,<7 (#3660) - [pre-commit.ci] pre-commit autoupdate (#3659) - Build(deps): Bump criterion from 0.5.1 to 0.6.0 (#3655) - [pre-commit.ci] pre-commit autoupdate (#3654) - Build(deps): Bump tempfile from 3.19.1 to 3.20.0 (#3639) - [pre-commit.ci] pre-commit autoupdate (#3638)
This is a patchfix to v4.9.1 (#3665) to deal with a botched source code release. Below are the updates since v4.9.0. Minor new features: * add cANI to `sig overlap` (#3644) Bug fixes: * make `RevIndex.len()` and `RevIndex.signatures()` use picklist, if set (#3647) Cleanup and documentation updates: * add rocksdb HOWTO (#3648) Developer updates: * try fixing inline variables in rust `println!` (#3640) Dependabot updates: - Build(deps): Update cachetools requirement from <6,>=4 to >=4,<7 (#3660) - [pre-commit.ci] pre-commit autoupdate (#3659) - Build(deps): Bump criterion from 0.5.1 to 0.6.0 (#3655) - [pre-commit.ci] pre-commit autoupdate (#3654) - Build(deps): Bump tempfile from 3.19.1 to 3.20.0 (#3639) - [pre-commit.ci] pre-commit autoupdate (#3638)
Looks like I forgot to actually release r0.21.0 prior to [release v4.9.2](#3667), which may be causing pyodide compile fail here: pyodide/pyodide-recipes#134 ## [0.21.0] - 2025-06-28 MSRV: 1.74 Changes/additions: * make `RevIndex.len()` and `RevIndex.signatures()` use picklist, if set (#3647) * try fixing inline variables in rust `println!` (#3640) Updates: * Build(deps): Bump cfg-if from 1.0.0 to 1.0.1 (#3689) * Build(deps): Bump roaring from 0.10.12 to 0.11.0 (#3702) * Build(deps): Bump getset from 0.1.5 to 0.1.6 (#3700) * Build(deps): Bump proptest from 1.6.0 to 1.7.0 (#3674) * Build(deps): Bump camino from 1.1.9 to 1.1.10 (#3669) * Build(deps): Bump criterion from 0.5.1 to 0.6.0 (#3655) * Build(deps): Bump tempfile from 3.19.1 to 3.20.0 (#3639)
Our beta Rust tests are failing with:
so I'm seeing if we are ok with fixing these for the rest of the tests.