docs.rs
docs.rs copied to clipboard
Build queue links to latest version of crate
If the queue is backed up and there are multiple versions of a crate in the queue, all versions link to the same https://crates.io/crates/<name> page showing the latest version, not the specific version you click on.
I've been wondering this for a while, is it possible to have a semi-live builds page for in-progress crates? And/or to make the builds page when a crate's queued so that clicking brings you there with something like a 10th in queue or a Building target 1/3, has been building for 4 minutes
That latter one would be part of reworking the build queue to add release data to the db as soon as the version is queued, instead of only after it's been built, which has been discussed a lot but I'm not sure if there's an issue about it.
I'll open an issue
https://github.com/rust-lang/docs.rs/issues/1011