-
Notifications
You must be signed in to change notification settings - Fork 212
docs.rs skips building some crates #60
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
Comments
Thanks for reporting. It is fixed now. I think this issue is related to this human error. Build queue kinda messed up for crates uploaded on 10-11 September. I am leaving this issue open to investigate crates that uploaded on 10-11 September. |
Well looks like docs.rs skipped one more crate: winrt-0.1.0. I believe docs.rs is failing to populate build queue correctly. It is working fine for the most of the time (we detected only one crate have been skipped), but it should never skip any crate. |
With #77 docs.rs should not skip anything anymore. Closing this for now. |
Docs.rs is currently using crates.io-index git repository to resolve new crates. But method used in docs.rs isn't very stable and doesn't work all the time. Using crates.io web API will solve this issue and bring more stable way to resolve new crates. Fixes: rust-lang#76, rust-lang#60
It looks like the latest version of the futures crate (0.1.1) is not showing up: https://docs.rs/futures
The text was updated successfully, but these errors were encountered: