Martin Pool

Results 258 comments of Martin Pool

https://github.com/sourcefrog/cargo-mutants/pull/86 integrates nutmeg and tracing in a broadly similar program and can probably be a model.

I'm actually a bit skeptical now about the value of doing this in Conserve rather than the underlying filesystem layer: either a local filesystem or for example S3...

> May also add the option for asymmetric encrypted backups. This allows the user to setup a daily backup job without having to store the private (e.g. secret) key on...

Some comments on the place of this on the roadmap: I think this would be nice/interesting/useful/fun to add eventually, although as mentioned this can often be taken care of well...

@believeinlain great! I think for more general usage I might want to store usernames rather than UIDs: even restoring to a different Linux machine they can end up accidentally different,...

Yep, I think the default should be to test just the affected package and then we could potentially add an option to run all tests.

Actually this seems pretty important because many larger (or even medium size) projects do use workspaces in a way that cargo-mutants doesn't handle very well. shows one where at least...

It seems something like this will work. If there's no simpler way could I suggest this be added to the examples? ```rust fn install_test_logger() { // This'll fail if called...

(Let me first say I absolutely understand this is maintained on a volunteer basis and this comment is posted with an intention to be useful rather than to complain.) I...

One related nit, which seems too small to file its own bug: The help looks like this, with argh 0.1.7 Usage: mutants [] [--all-logs] [-v] [--check] [--diff] [-d ] [--json]...