cargo-mutants 24.4.0! #346
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
Uh oh!
There was an error while loading. Please reload this page.
-
Changed: Baselines and mutants are now built with
cargo test --no-runrather thancargo build --testsas previously. This avoids wasted build effort if thedevandtestCargo profiles are not the same, and may better distinguish build failures from test failures. With--test-tool=nextest, the correspondingcargo nextest run --no-runis used.Fixed:
.ignorefiles can no longer affect source tree copying, so test files listed in a.ignore(e.g.*.snapfor Insta snapshots) are now correctly copied into temporary build directories.Fixed: Don't visit files marked with
#Fixed: Paths to module files nested within
modblocks are now correctly resolved.Added: Document stability policy in the manual.
New: Generate mutations that delete the
!and-unary operators.Beta Was this translation helpful? Give feedback.
All reactions