Martin Pool

Results 161 comments of Martin Pool

This would be pretty good with the new sharding feature #192, which currently runs the baseline tests on every VM. Running them only once won't save any elapsed time but...

Draft docs: https://github.com/sourcefrog/cargo-mutants/pull/247/files?short_path=7b21f7b#diff-7b21f7b87fccb9c8ac0f82e3b060588d83e189cf51c5be528270ac6f5189b633

> What about, by default, running the baseline only if there is a test that _never passes_ in (any of | the first N) mutants? That way it would get...

Thanks @xd009642. I can't currently think of any practical way to do this, so I'm going to close the bug for now.

I thought about this some more after adding nextest support (#85), which does run one test at a time (more or less) and so would be a foundation for collecting...

I meant, a lot of dependencies, or anything that might be particularly likely to cause build breakage. For example, libssh depends on a native library and C compiler, from memory.

I'll come back and go line by line, but just as a general comment I would be delighted to merge this, but I would want to have some more tests,...

I have mixed feelings about doing this right now: it seems too soon. On the one hand, I agree, there is some core functionality and then a terminal/CLI interface to...

Thanks for adding tests! It does look like they are currently failing in CI: https://github.com/sourcefrog/conserve/actions/runs/10197526482/job/28210539695?pr=240