You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The badge url is the standard "schema" used by all rust packages for their libraries. It seems that the pipeline here only really understands libraries and considers executables to always be failed.
provides no indication that this is an executable, and indeed specifies build_status: false. I was told to file this bug with y'all, but I expect docs.rs will need to do something for you first.
The text was updated successfully, but these errors were encountered:
Gankra
added
the
question
Support questions, usage questions, unconfirmed bugs, discussions, ideas
label
Sep 27, 2022
Going to close this for now given the current plans to update things on the docs.rs side. We can revisit and reopen if it becomes necessary for us to make any changes on this end.
Are you experiencing an issue with...
shields.io
🐞 Description
This clearly functioning documentation page on docs.rs includes a badge for itself... saying the docs failed to build: https://docs.rs/crate/minidump-stackwalk/latest
The badge url is the standard "schema" used by all rust packages for their libraries. It seems that the pipeline here only really understands libraries and considers executables to always be failed.
🔗 Link to the badge
https://docs.rs/minidump-stackwalk/badge.svg
which redirects to
https://img.shields.io/docsrs/minidump-stackwalk/latest
💡 Possible Solution
This may require upstream work with docs.rs. Currently the build report they emit:
https://docs.rs/crate/minidump-stackwalk/latest/builds.json
provides no indication that this is an executable, and indeed specifies
build_status: false
. I was told to file this bug with y'all, but I expect docs.rs will need to do something for you first.The text was updated successfully, but these errors were encountered: