crater icon indicating copy to clipboard operation
crater copied to clipboard

Run experiments across parts of the Rust ecosystem!

Results 111 crater issues
Sort by recently updated
recently updated
newest added

The two tables contains almost duplicated data, so it would be better to merge them since they can grow quite large (20k new rows in each for each experiment). Logs...

C-refactoring
A-craterbot

As far as I understood, we want to execute Crater runs between a nightly and the same nightly with rustfix and the edition enabled, as part of the Rust 2018...

C-new-feature

The tests for tarpaulin run `cargo clean`, which nukes the target directory. https://github.com/xd009642/tarpaulin/blob/083fec9ef018dd38516d1929b0fbedf06042fd60/src/lib.rs#L109

A-sandbox

Low priority, but we are losing some information. See https://github.com/rust-lang-nursery/crater/issues/186#issuecomment-373222369

A-increase-coverage
C-needs-decision

Some crates consistently fail to build. The docker image currently installs 'a bunch of stuff' in the hope this will help more crates build, but there are things like tex...

C-needs-decision

crates are craterred with default features only, thus broken optional dependencies are not reported (case in point: rust-lang/rust#49799 breaks `ocl-0.15.0` and `clfft-0.3.1`, but not `basic_dsp_vector-0.5.2` which optionally uses those with...

A-increase-coverage
C-new-feature

At the moment an agent calls that endpoint and then sleeps. It would be nicer to implement long polling for this.

C-enhancement
A-craterbot

Currently there is no way to pause an existing experiment other than logging into the machine and killing the agent. There should be a bot command to do that.

C-enhancement
A-craterbot

Going through cargobomb reports is rather tedious and involves quite a lot of clicking. I think the reports could summarize some information that would make them so much more useful....

C-enhancement
A-report