Martin Pool

Results 161 comments of Martin Pool

Yes I think running a single jobserver across all children is a good idea, but probably a separate issue from this one, so I filed #317. A jobserver would manage...

Hi, so I finally came back to this over the break to try to work out how to merge or otherwise resolve it. I think overall this is a really...

What might work for this kind of case: 1. A library API like "write a list of versions as json to this `Write`." 2. The CLI can call that, asking...

It occurs to me that it might be possible to separate out just the addition of the monitor concept from everything else. That would, at least, get the PR size...

08d26ce81c6cab605dbefeb9b5db3e82ad665832 has a work-in-progress experiment with using the monitor pattern only for validate, including collecting a structured list of problems, which will make testing validation/corruption better. >A possible solution tough...

I decided to instead merge #197 which builds on these ideas. Thanks for the thoughts and provocation!

https://stryker-mutator.io/docs/mutation-testing-elements/supported-mutators/ has a good list of ideas.

The upcoming 23.12 release can represent smaller-than-function mutants, and adds a few modifications of `&&`, `||`, `==`, `!=`, in #170 and #173. We can add more patterns. Deleting single statements...

On the whole, although nextest is pretty awesome I'm not sure it makes a lot of sense for cargo-mutants to specifically call it, so I'm going to close. If someone...

I think the discussion in #186 shows Nextest could actually be pretty good to use to run tests on mutants, because it will exit early when tests fail. Also, there...