-
Notifications
You must be signed in to change notification settings - Fork 611
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
Crate license is incorrectly shown for previous versions #227
Comments
I don't think that "ui" is the right label. https://github.com/rust-lang/crates.io/blob/master/src/krate.rs#L52 shows that the backend is providing the license information only per crate, not per version. Once the information is available on the backend it should be an easy change on the frontend |
Oh, right! I forgot about that as an implementation detail. Yeah currently we don't track license-per-version but rather license-per-crate, so that'd explain the behavior here! |
Why was this closed? This is an oversight and should be fixed. |
This was closed because it's a bug report, but the system is behaving as designed. Feel free to open a new issue proposing that the way we track licenses be changed to per-version rather than per-crate for discussion. |
@carols10cents opened: #736 |
How to reproduce this issue:
The text was updated successfully, but these errors were encountered: