Results 94 comments of Aidan Hobson Sayers

That's a fair point! I've put writing down instructions on my todo list, may take a couple of weeks to get to it.

@pietroalbini does run-graph fix this by not sharing the target dir? My memory fails me...

As an alternative point of view, I think it's worth taking a step back to consider why crater exists - it's to detect regressions in compilation of rust code (not...

Let's consider a concrete scenario: - foo-rs provides a wrapper around the system library libfoo - libfoo is not installed inside the crater docker container so will never work -...

When creating an rlib the system linker isn't invoked. Here's an example of library compiling succeeding but test compilation failing: ``` /tmp/tmp.DJmuaFBgkb $ cargo new --lib mylib Created library `mylib`...

For clarity (after discussing with @Mark-Simulacrum) this means that 'build-fail' splits into 'build-fail' and 'test-build-fail'.

Should also do a similar split for `cargo check`. And also somehow figure out how to differentiate examples and test failures (I don't think we do examples at all at...

IIRC beta is restricted to just using stable features, but we want to be as permissive as possible when enabling crates - arbitrary nightlies seem like the best bet. Maybe...

The original command used to clone effectively becomes irrelevant after the first run because all the git repos are cached so it just pulls new commits after that (which doesn't...

I'm aware of that issue, but there are many things different about it that I don't think it's very informative for us: 1. in the two years since that comment...