-
Notifications
You must be signed in to change notification settings - Fork 201
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
Missing documentation, possibly due to package renaming #477
Comments
Build log: https://docs.rs/crate/constellation-rs/0.1.8/builds/198779 This doesn't appear to be a sandboxing issue, there's no errors in the build. |
Ah I missed where you said that the lib name differed from the crate name, that's probably it. |
I think my crate encounters the same problem: |
Opened a PR to fix the underlying issue: #487 |
@alecmocatta @GuyL99 scheduled a rebuild of constellation-rs 0.1.8 and metropolis 0.3.2. Please let me know if you need to build more crates. |
@pietroalbini I didn't bother mention my crate as I assumed that everything that missed docs would be rebuilt automagically. I've got serpent-cipher 0.1.2 suffering from the same problem. |
@zao just queued a rebuild. |
Crate name:
constellation-rs
Build failure link:
https://docs.rs/crate/constellation-rs/0.1.8
"constellation-rs-0.1.8 doesn't have any documentation."
Additional details:
The crate is substantially unchanged since v0.1.6 which built documentation correctly in September: https://docs.rs/crate/constellation-rs/0.1.6
My other crates crates are building fine; the only out of the ordinary thing about this crate is probably this in the Cargo.toml:
From a cursory glance this might be the issue:
docs.rs/src/docbuilder/rustwide_builder.rs
Lines 284 to 289 in d9d7a33
Perhaps instead of the crate name it should test if any of the package names exist as directories?
The text was updated successfully, but these errors were encountered: