Pietro Albini
Pietro Albini
Added a bunch of tasks that needs to be done at the top of the issue. Appveyor with `cargo check` is also going to be up soon (#275) so at...
Whoa, thank you a lot for working on this! :heart: > I've published a [proof-of-concept Docker container](https://github.com/ecstatic-morse/crater-build-env-windows) which installs the [requirements for `rustc` on Windows](https://github.com/rust-lang/rustup.rs/issues/1003#issuecomment-289809890) as well as [`vcpkg`](https://github.com/Microsoft/vcpkg), a...
> @pietroalbini I thought I had seen an issue where you explained how to do a top 100 crater run, but I can't seem to find it now. Am I...
Opened an issue with rough intructions to make `craterbot` aware of other platforms: https://github.com/rust-lang/crater/issues/430 Ping me on that issue or Discord if y'all need mentoring.
A temporary solution to make this less painful for people reviewing reports would be to detect when this happens and overriding the build result to be a spurious `BuildFail(DockerIOError)`. A...
> Is there a way of determining the size of a folder that is faster than iterating over all the files and summing the size? The easiest way is to...
> The PR to have Cargo maintain the mtime was merged, but was then put behind a feature flag as it broke the playground. **ehuss** reports that the feature as...
Parallelization of `prepare-local` and `run-tc` is now implemented with `run-graph --threads N`, and build-only crater runs are possible with `--mode build-only`.
What do you mean with concatenated logs?
@Mark-Simulacrum hmm, I think rusoto already uses a persistent connection. How did you plan to serve the logs if you concatenate them though?