Martin Pool
Martin Pool
I guess this could be generalized into a mapping of function/method name replacements, but checked arithmetic would be a great place to start.
Currently, `exclude_glob` (and other exclusion options) override the config file rather than appending to it, inconsistently with other options. This was intentional but I'm no longer sure it's a good...
Hi, thanks for reporting this. I don't know if we mutate `NonZero` at all at the moment, but we probably should. And it looks like the existing mutation for `NonZeroUsize`...
The failures seem to be unrelated flakes?
https://github.com/rust-lang/cargo/actions/runs/11330170805/job/31507413375?pr=14684 Perhaps this is getting rate-limited based on the GitHub workers IP pool, if the cargo build does not currently pass any credentials? If so, just switching to an authenticated...
Yes, that all sounds good. I'd like it in both mutants and outcomes. WIP PR https://github.com/sourcefrog/cargo-mutants/pull/564/files is adding dynamically generated fields to the generated JSON and shows a place they...
Actually I think we could just store the name string into the object when it's constructed, and let it be serialized by serde. > Message ID: ***@***.***> >
Thanks, good find! The diffs are parsed using . One option might be to fix that crate to understand the "Binary files" message. It looks like https://github.com/uniphil/patch-rs/pull/22/files?diff=split&w=1 would fix it...
@eirnym This shouldn't be a problem any more though?