-
Notifications
You must be signed in to change notification settings - Fork 647
Show badges or other info for crates that are known to build on stable or nightly #168
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
+1 |
+1 A workmate tried diving into Rust and his first experience was trying to find a supporting library for the small application he tried to write, but the library didn't compile and his Rust experiment stopped there. I think it would have helped to warn the user if something isn't building on stable (or just not show it by default). If the information is available it might also pay to specify which versions of stable a package builds on. |
It would also be incredibly useful if crater could test other platforms, especially Windows, and display which platforms a given crate actually supports. |
Most crates have TravisCI and/or AppVeyor badges in their Advantages:
Disadvantages:
|
Since this is a relatively complex feature request, the crates.io team is currently quite busy, and there has been relatively little movement on this issue in the past I'll go ahead and close this request for now. If someone can come up with a plan (and ideally PRs) on how to implement this we can always reopen. |
We have this information via crater runs -- we know which crates build on stable, still build on nightly, and which crates build on neither, it would be nice to expose this information.
Especially good to badge crates that support the stable channel, but it's also nice to have an objective indicator for "dead" crates.
The text was updated successfully, but these errors were encountered: