Skip to content

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

Closed
carllerche opened this issue Sep 27, 2016 · 3 comments
Closed

docs.rs skips building some crates #60

carllerche opened this issue Sep 27, 2016 · 3 comments

Comments

@carllerche
Copy link
Member

It looks like the latest version of the futures crate (0.1.1) is not showing up: https://docs.rs/futures

@onur
Copy link
Member

onur commented Sep 27, 2016

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.

@onur
Copy link
Member

onur commented Sep 29, 2016

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.

@onur onur added the important label Sep 29, 2016
@onur onur changed the title Futures 0.1.1 docs not showing up docs.rs skips building some crates Sep 29, 2016
onur added a commit that referenced this issue Oct 31, 2016
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: #76, #60
@onur
Copy link
Member

onur commented Nov 1, 2016

With #77 docs.rs should not skip anything anymore. Closing this for now.

@onur onur closed this as completed Nov 1, 2016
hadronized pushed a commit to hadronized/docs.rs that referenced this issue Nov 30, 2016
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants