Skip to content

Retire cargo-nightly-bin? #11

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
SimonSapin opened this issue Jan 4, 2015 · 6 comments
Closed

Retire cargo-nightly-bin? #11

SimonSapin opened this issue Jan 4, 2015 · 6 comments

Comments

@SimonSapin
Copy link
Contributor

Is there any point in the cargo-nightly-bin package now that the Rust installer (and so the rust-nightly-bin package) includes Cargo?

http://www.reddit.com/r/rust/comments/2r92yw/psa_rust_installers_now_come_with_cargo_and_docs/

$ pacman -Ql rust-nightly-bin|grep cargo
rust-nightly-bin /usr/local/bin/cargo
rust-nightly-bin /usr/local/etc/bash_completion.d/cargo
rust-nightly-bin /usr/local/lib/rustlib/manifest-cargo
rust-nightly-bin /usr/local/man/man1/cargo.1.gz
rust-nightly-bin /usr/local/share/doc/cargo/
rust-nightly-bin /usr/local/share/doc/cargo/LICENSE-APACHE
rust-nightly-bin /usr/local/share/doc/cargo/LICENSE-MIT
rust-nightly-bin /usr/local/share/doc/cargo/LICENSE-THIRD-PARTY
rust-nightly-bin /usr/local/share/doc/cargo/README.md
rust-nightly-bin /usr/local/share/zsh/site-functions/_cargo
@michaelsproul
Copy link
Owner

Good idea! I'll mark rust-nightly-bin as conflicting with cargo-nightly-bin and mark cargo-nightly-bin as out of date.

@SimonSapin
Copy link
Contributor Author

There’re not really conflicting, since rust-nightly-bin installs in /usr/local/ and cargo-nightly-bin in /usr/. But it can be confusing that updating cargo-nightly-bin seemingly does nothing because (depending on $PATH) the other Cargo takes precedence.

Or do you mean marking them as conflicting to push people to uninstall cargo-nightly-bin?

michaelsproul added a commit that referenced this issue Jan 4, 2015
* Cargo and offline docs included by default in rust-nightly-bin.
* Retire cargo-nightly-bin (marked as a conflict).

Closes #9
Closes #11
@michaelsproul
Copy link
Owner

Yeah, just to push people to uninstall cargo-nightly-bin.

@michaelsproul
Copy link
Owner

Do you think that's ok?

As release channels are introduced we'll probably get better ways of installing multiple Rust and Cargo versions, but for now I think it's good to keep it simple.

@SimonSapin
Copy link
Contributor Author

Yes, that’s fine. And agreed on multiple Rust channels, see rust-lang/rust#19263 and rust-lang/cargo#967. I’m unsure about multiple versions of Cargo itself though.

@michaelsproul
Copy link
Owner

As of today, cargo-nightly-bin has been deleted!

That should avoid confusion!

https://aur.archlinux.org/packages/cargo-nightly-bin/

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

2 participants