-
Notifications
You must be signed in to change notification settings - Fork 645
Download gives a tar.gz on Windows #15
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
Hm, so the registry's notion of a tarball is akin to rubygem's notion of a "gem", which is to say that this isn't something generated on the fly but rather is something that cargo itself understands and is uniform across all platforms. I don't expect too many manual downloads of packages, but this is somewhat worrying if it becomes common... |
If it downloaded a like .crate file (that's just a .tar.gz) that cargo knows how to unzip I could live with that. |
We could, but then we need to add UI to cargo to create/unpack crate files. It's not a very fancy download today in that it's just a tarball of the source directory with no metadata, so maybe we just shouldn't give out downloads for now... |
I like the idea of a |
I'm just gonna remove the download link altogether, there's not much you can do with it anyway. |
Sounds good to me. |
The button was originally removed in rust-lang#15 and rust-lang#18
The button was originally removed in rust-lang#15 and rust-lang#18
The button was originally removed in rust-lang#15 and rust-lang#18
Correct display of Method::Put to be PUT
….9.x Update Rust crate conduit-test to 0.9.0-alpha.4
Should probably be a zip on windows. Is there any issue with zip on any other platform?
The text was updated successfully, but these errors were encountered: