cargo-incremental icon indicating copy to clipboard operation
cargo-incremental copied to clipboard

A fuzzing tool for incremental compilation that walks git history

Results 8 cargo-incremental issues
Sort by recently updated
recently updated
newest added

I tried to run `cargo-incremental build` ```` repo at /home/matthias/vcs/github/regex head is: "master" not creating new checkpoint since there are no changes bringing head back to initial state Building.. error:...

It has been deprecated: [announcement](https://users.rust-lang.org/t/deprecation-of-rustc-serialize/10485?u=dtolnay).

We have `cargo incremental build`, we also need `cargo incremental test` that will work the same as `cargo test`, just with building everything incrementally.

Right now we don't support `cargo build --release` for example, or `cargo build --verbose`. We could have an argument separator after which all args go to cargo, like ``` cargo...

Calling, for example, `cargo incremental build --skip-tests` does not make sense, so we might want to emit a warning at least.

When the tool fails, it should print a snippet of text to be cut-and-paste into a bug report. (Can we prepopulate with a tinyurl or something?) The information we want:...

We only want to run on the most recent nightly (or something newer). Anything else should prompt a request to upgrade before running the tool.

It would be nice if we could easily recover from a C-c and pick up testing where we left off. I am imagining something like this. The initial `cargo fozzy`...