-
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Documentation for 0.8.5 is missing/broken #1528
Comments
It seems |
But curious that it got rebuilt; you can see that the previous build was Feb 14, 2022. |
Fixed |
@dhardy I don't see the fix? It's still broken on docs.rs. https://docs.rs/rand redirects to https://docs.rs/crate/rand/latest. The last build (one day ago) failed: https://docs.rs/crate/rand/0.8.5/builds/1555579 |
It is here https://docs.rs/rand/0.8.5/rand/index.html There was no fix (which would require a new version, so potential problems for people for no use at all) The old documentation was somehow restored. I guess docs.rs will eventually fix these things. See rust-lang/docs.rs#2675 |
For some reason all the source links for the 0.8.5 docs on |
Which links in particular? The "source" link on https://docs.rs/rand/latest/rand/ shows code packaged from that release.
|
at least the source links on this trait https://docs.rs/rand/latest/rand/trait.SeedableRng.html (permanent link https://docs.rs/rand/0.8.5/rand/trait.SeedableRng.html) I didn't realize it was just some of the source links. It looks like at least a few other traits are affected. |
Aha. It sounds like the docs restoration got messed up. Thanks for reporting; I don't know if we'll fix soon however. |
v0.9 is published now. If anyone wants to update 0.8.x docs I'm not against it, but didn't bother since it's not trivial (nightly changes). |
Summary
https://docs.rs/crate/rand/latest reports
rand-0.8.5 doesn't have any documentation.
See
![Screenshot 2024-11-18 at 10 23 30](https://private-user-images.githubusercontent.com/1629419/387151906-22d70dc8-d252-425d-b2a6-447a173df7ba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTg3MjYsIm5iZiI6MTczOTUxODQyNiwicGF0aCI6Ii8xNjI5NDE5LzM4NzE1MTkwNi0yMmQ3MGRjOC1kMjUyLTQyNWQtYjJhNi00NDdhMTczZGY3YmEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMDczMzQ2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2EzM2VjMmFjNjIxNzY4OGI0N2I1MTc4YzNkZDY1MTkwN2M0ZWVhOTU3ZmU1ZjI1MGVmMDE2YWZkMzk0ZjJiNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.KZVurYXyxyIEXlnFXimseTiOQsFB_SK6mM71HE_OKKc)
This is making working with the rand crate relatively difficult as various links, even from the rand book, points to latest version.
A workaround is to look at the previous version documentation at https://docs.rs/rand/0.8.4/rand/index.html
The text was updated successfully, but these errors were encountered: