Martin Pool

Results 202 issues of Martin Pool

Today the generated GitHub Release objects have a lot of text that is very focused on download URLs. However, Releases are surfaced in the activity feed, and so I feel...

I think it would be nice to somehow make the default for integration tests be that it sees trace from the crate under test but not others. It seems like...

enhancement

> So tarpaulin tests instrument binaries with breakpoints and do coverage which involves intercepting signals going to the process and handling them in code. There's a possibility I'm intercepting the...

bug
trial
confirmed-bug
blocked

I think sometimes the compiler for a constexpr-time hang isn't being correctly stopped. Perhaps this is more evidence that we shouldn't normally cap lints, because that would let the compiler...

timeouts

It'd make the log files a bit more readable, while still keeping colors on for mutants itself run from CI.

CI
small

Debian seems to build and run tests from the package uploaded to crates.io, which is reasonable enough. At the moment I exclude the testdata but this is a good reason...

In https://github.com/sourcefrog/cargo-mutants/pull/268/commits/b7cdf0732b5883246c2e169e3cee99468621cb7a I tried using YAML references to reduce duplication: ```diff diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eaafc66..1169d22 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,11 +4,8 @@ permissions: contents: read on:...

pr-welcome

**Is your feature request related to a problem? Please describe.** I want to match the contents of strings, treating whitespace as significant. For example, in Terraform, I want to look...

enhancement

How would you feel about a configuration option to turn on [CalVer](https://calver.org/) numbering? That is, when automatically selecting a new version number for a release, instead of incrementing the patch...