Skip to content

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

Closed
Gankra opened this issue Oct 28, 2014 · 6 comments
Closed

Download gives a tar.gz on Windows #15

Gankra opened this issue Oct 28, 2014 · 6 comments

Comments

@Gankra
Copy link
Contributor

Gankra commented Oct 28, 2014

Should probably be a zip on windows. Is there any issue with zip on any other platform?

@alexcrichton
Copy link
Member

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...

@Gankra
Copy link
Contributor Author

Gankra commented Oct 28, 2014

If it downloaded a like .crate file (that's just a .tar.gz) that cargo knows how to unzip I could live with that.

@alexcrichton
Copy link
Member

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...

@wycats
Copy link
Contributor

wycats commented Oct 28, 2014

I like the idea of a .crate file.

@alexcrichton
Copy link
Member

I'm just gonna remove the download link altogether, there's not much you can do with it anyway.

@wycats
Copy link
Contributor

wycats commented Oct 28, 2014

Sounds good to me.

jtgeibel added a commit to jtgeibel/crates.io that referenced this issue Jul 26, 2017
The button was originally removed in rust-lang#15 and rust-lang#18
jtgeibel added a commit to jtgeibel/crates.io that referenced this issue Jul 26, 2017
The button was originally removed in rust-lang#15 and rust-lang#18
carols10cents pushed a commit to jtgeibel/crates.io that referenced this issue Jul 29, 2017
The button was originally removed in rust-lang#15 and rust-lang#18
bors-voyager bot added a commit that referenced this issue Jul 29, 2017
916: Remove unused code for download button r=carols10cents

The download button has not been available since pre rust-1.0.  The button was originally commented out in #15 and #18.
Turbo87 pushed a commit that referenced this issue Jan 4, 2023
Correct display of Method::Put to be PUT
Turbo87 pushed a commit that referenced this issue Jan 4, 2023
Turbo87 pushed a commit that referenced this issue Jan 4, 2023
….9.x

Update Rust crate conduit-test to 0.9.0-alpha.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants