Martijn Gribnau

Results 180 issues of Martijn Gribnau

implement self or use something like https://github.com/atanunq/viuer

When `--strict` is enabled, the command will not only check if the given MSRV is compatible, but also whether it is the absolute minimal supported version. \ It can do...

job: https://github.com/foresterre/cargo-msrv/actions/runs/7834471656/job/21419864959?pr=882

- First noticed in #882 - See more: https://github.com/tkaitchuck/aHash/issues/200

- https://docs.rs/temp-dir/latest/temp_dir (manually) - https://lib.rs/crates/assert_fs (assertions also included) - https://lib.rs/crates/assert_cmd (assertions for integration tests which call cargo msrv)

After #513 * [ ] Find crates in workspace, like cargo, e.g. `cargo check --workspace` * [ ] Run cargo msrv find on each crate in workspace * [ ]...

The puzzle * Keep everything in one crate; this should make it a lot less time consuming when we get back to faster releases, although we should consider splitting off...

> * errors are reported twice in the `E` in `Result` as well as via the Reporter? > https://github.com/foresterre/cargo-msrv/blob/feef0f1b5e42fa74adacc0e96d1d2cf9378546ab/src/sub_command/verify.rs#L95-L99 The returned errors from the `Result` values, are instead used for...

cargo msrv rules add ... Could not add rule: 'x', ... Caused by: Duplicate, would override existing rule ... Suggestion: "cargo msrv rules remove x", then rerun "cargo msrv rules...

C-enhancement
A-tooling
A-rust-releases
S-considering
A-cli
A-user-output
A-config