cargo-mutants 25.0.1 #500
sourcefrog
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
25.0.1 2025-02-08
New: Additional mutation patterns: delete
match
arms if there is a default arm, and replaceif
guards from match arms withtrue
andfalse
. (Thanks to @zaneduffield !)Changed: Show more type parameters in mutant names, like
impl From<&str> for Foo
rather thanimpl From for Foo
.Fixed: Support crates that use a non-default Cargo registry. Previously,
cargo metadata
failed with "registry index was not found."Improved: Warn if
--jobs
is set higher than 8, which is likely to be too high.Improved: Don't warn about expected/harmless exit codes from Nextest. (Thanks to @vincentberthier!)
25.0.1-pre3 2025-01-05
25.0.1-pre2 2025-01-05
25.0.1-pre1 2025-01-05
taiki-e/create-gh-release-action
https://github.com/sourcefrog/cargo-mutants/releases/tag/v25.0.1
Beta Was this translation helpful? Give feedback.
All reactions