-
Notifications
You must be signed in to change notification settings - Fork 198
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
A crate that exists on crates.io does not exist on docs.rs #2491
Comments
It may be because the crate has |
We do have the failure to build after publish in the queue:
I'll requeue it to be built against and see if there's anything interesting in the logs. |
Yep, the failure is because it's missing the
I don't think we should do anything about this, the crate is invalid, downloading locally
|
|
Previously, this crate was only available on crates.io and not on docs.rs. With this change, this crate would be available on both. See [this issue](rust-lang/docs.rs#2491) on the [https://github.com/rust-lang/docs.rs] repo for reference.
Hey @kornelski. I fixed the issue on the provided example with this change. |
@byfnoel thanks, but I'll leave it open, because docs.rs needs to decide what to do with this kind of problems in crates in general, not only yours. |
Ok @kornelski. That's fine! |
coming back to this issue. Our current plan with #2467 is that we would finally surface these kind of errors the same way as "normal" build errors. So the crate would appear, the version would too, and only showed as failed with the error above ( "could not find Also after #2467 we'll be able to run our consistency check, so we would also add past releases / crates where this happened. |
This crate is on crates.io:
https://crates.io/crates/emheap
but docs.rs reports "The requested crate does not exist: no such crate".
https://docs.rs/emheap
This is surprising. The crate isn't yanked. It's in the index. Usually even if crates fail to build docs.rs shows some basic page for it.
The text was updated successfully, but these errors were encountered: