-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs are broken/fail to build for 0.5.1 #81
Comments
That log says the build failed while compiling ordered-float because "error[E0658]: the
rkv switched back from new-ordered-float to ordered-float in #79.
I've added the comment rust-lang/docs.rs#23 (comment) to rust-lang/docs.rs#23, which tracks issues with building crate docs for docs.rs. But a browse of https://github.com/rust-lang-nursery/docs.rs/issues shows unanswered related issues going back a month, such as rust-lang/docs.rs#239, rust-lang/docs.rs#235, rust-lang/docs.rs#233, and rust-lang/docs.rs#231. So this may not get fixed quickly. In the meantime, a workaround is to generate and browse docs locally: Although this is ultimately a docs.rs problem, I'll leave this issue open until docs.rs is fixed to ensure we track and confirm the fix for rkv. |
The docs.rs repository has moved from onur to rust-lang-nursery, so I updated all the links in the previous comment. Also, according to rust-lang/docs.rs#23 (comment), the rustc on docs.rs has been updated to a recent nightly, although failed builds haven't been queued to rebuild yet. Finally, rust-lang/docs.rs#246 notes that https://docs.rs appears to be down. So it isn't currently possible to employ the workaround of loading the 0.5.0 docs. You'll need to generate them locally. |
I asked a docs.rs maintainer to rebuild the docs, and they did so, so the docs for 0.5.1 are now available (as are the docs for the most current version, 0.7.0). |
Going to the link from the README of https://docs.rs/rkv/ says "The requested resource does not exist."
Bringing up the crates page at https://docs.rs/crate/rkv/0.5.1 says they failed to build, linking to the log at https://docs.rs/crate/rkv/0.5.1/builds/117580
The text was updated successfully, but these errors were encountered: