Simon Sapin
Simon Sapin
I believe this is still relevant.
@est31 Right, I mentioned running `cargo` directly without `mach`.
gh-apps is the subset of gh-candidates repos that have a `Cargo.lock` file at the root. Only the former is used in `lists::read_all_lists`. I see that https://github.com/rust-lang-nursery/cargobomb/blob/46bb193357/src/gh.rs#L16-L29 makes queries to the...
With various changes in Servo, running `cargo test` at the root of the repository should now compile and run unit tests. https://github.com/rust-lang-nursery/crater/pull/163 adds `servo/servo` to the list of repositories to...
It’s been a while, and Crater has evolved quite a bit. In a recent run, https://crater-reports.s3.amazonaws.com/pr-65819/master%2323f890f10202a71168c6424da0cdf94135d3c40c/gh/servo.servo/log.txt shows that the Servo repository is found and cloned, but then the task fails...
@alexcrichton, in what cases does Cargo need write access to `$CARGO_HOME`?
@alexcrichton Do you remember what was in the commit message for that change? I searched for "lock" in Cargo’s `git log` but did not find it in 2017.
I’ve used this in the Servo implementation of https://xhr.spec.whatwg.org/#json-response which takes a `Vec` that was earlier read from the network, and calls a SpiderMonkey function that takes `const char16_t* chars,...
Short answer: no one is working on it right now, 0.6 has some nasty bugs, and nothing made since 0.5 is documented. A while ago @dag said he wasn’t really...
Dag, I just pushed a 0.5.3 tag that fixes the install. Can you upload it to PyPI?