Martin Pool

Results 187 issues of Martin Pool

In trying to set up trycmd I had this md file: ```trycmd $ cargo mutants --help ``` This gives a result of `ignored`. With `--nocapture` I could find out: ```...

bug
breaking-change
A-trycmd

Hi, https://docs.rs/cargo_metadata/0.18.1/cargo_metadata/struct.WorkspaceDefaultMembers.html documents that it will panic on cargo

### Discussed in https://github.com/sourcefrog/cargo-mutants/discussions/23 Originally posted by **xd009642** February 13, 2022 So this may be worth creating an issue for, but this is largely an idle thought I had yesterday....

enhancement
large

Fixes #85 - [x] Update manual - [x] Exercise from cargo-mutants' own CI - [x] Integration test ## Performance on cargo-mutants I tested this on cargo-mutants itself locally and in...

``` FAIL [ 1.824s] integration-tests::integration test_list_default --- STDOUT: integration-tests::integration test_list_default --- running 1 test test test_list_default ... FAILED failures: failures: test_list_default test result: FAILED. 0 passed; 1 failed; 0 ignored;...

trial
nextest

Follow-on from #223, #85: nextest doesn't run doctests, but we could separately run `cargo test --doc` afterwards. In some trees, doctests might give important coverage -- although presumably not in...

enhancement
nextest

I think the bytes copied amount is not being added up correctly.

At this stage, from one release to the next, almost anything might change: * The pattern of mutant generation may change: mostly, but not necessarily by adding new patterns *...

documentation