-
Notifications
You must be signed in to change notification settings - Fork 293
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
Add "crates.io: Dropping support for non-canonical downloads" blog post #1156
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
020aa45
to
6f0d845
Compare
- GNU Guile | ||
- python-requests/2.31.0 | ||
|
||
Three of these are just generic HTTP client libraries. [GNU Guile](https://www.gnu.org/software/guile/) is apparently a programming language, so most likely this is also a generic user-agent from a custom user program. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These downloads may be from GNU Guix, which is similar to Nix. It uses the Guille Lisp implementation as language to define build recipes in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting, thanks for the context. I assume that means that potentially some of these build recipes would have to be fixed to use the canonical names?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I presume so. I don't use Guix myself, so you may want to ask someone who does or one of the Guix devs: https://guix.gnu.org/en/contribute/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text looks fine (but please make sure team is happy with it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions to maybe prevent some questions/worries people might have
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
Adjust crates.io and cargo casing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to -
vs _
, crate names are case sensitive. Do we want to mention that as well? (Marking as approved because I'm fine merging as-is if we haven't actually seen casing differences show up in the logs.)
@jtgeibel very good point! I admit I had forgotten about that part. I've added another sentence to the blog post mentioning that. |
As discussed in the crates.io team meeting last week, we would like to sunset support for "non-canonical downloads" on crates.io. This blog post officially deprecates it with a cutoff date roughly a month from now.
@rust-lang/crates-io r?