jyn
jyn
Blocked on https://github.com/rust-lang/rustwide/pull/32
this seems like a good change, but the issue should be moved to the cargo repo, it's the one printing 'packages contain code that will be rejected'
> This has implications for priorities and constituency, in terms of whose interests the foundation serves. It also affects how people can support the foundation. Can you summarize those differences...
> As docs.rs knows almost each trait and impl on crates.io, it would be helpful to show foreign implementation for traits in published crates. Hmm, it's not as simple as...
Hmm, ok. I think this could be built on top of https://github.com/rust-lang/docs.rs/issues/1285.
We took a closer look at the metrics for the VM and there were four bursts of downloads from S3, so it's likely that four requests happened at the same...
right, nexttest can't help with test compilation because it still has to run `cargo build` to generate the test harnesses. i'm on linux, i can try mold.
out of curiosity, how long do the tests take for you to recompile? is it about a minute as well?
with mold it seems to take ... almost twice as long??? github isn't letting me upload the timings for some reason but here they are rendered: https://jyn514.github.io/assets/cargo-timing-20240202T071243Z.html
oh lol i was using a version of mold from several years ago with a new version it works *faster* than lld, but not that much faster, it's still about...