Skip to content
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

Remove the cargo check subcommand from Rust 1.15 #3465

Merged
merged 1 commit into from Dec 29, 2016

Conversation

alexcrichton
Copy link
Member

This commit removes the cargo check subcommand from the rust-1.15.0 branch
of Cargo. The rationale is explained in rust-lang/rust#38666, but the tl;dr; is
that it's relatively buggy and not ready to ride the trains to stable. This
commit takes as little an invasive as approach as possible by simply removing
the cargo check command and associated tests. The backend remains with support
for cargo check, but we shouldn't be exercising it in practice.

This commit removes the `cargo check` subcommand from the `rust-1.15.0` branch
of Cargo. The rationale is explained in rust-lang/rust#38666, but the tl;dr; is
that it's relatively buggy and not ready to ride the trains to stable. This
commit takes as little an invasive as approach as possible by simply removing
the `cargo check` command and associated tests. The backend remains with support
for `cargo check`, but we shouldn't be exercising it in practice.
@rust-highfive
Copy link

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive
Copy link

warning Warning warning

  • Pull requests are usually filed against the master branch for this repo, but this one is against rust-1.15.0. Please double check that you specified the right target!

@brson
Copy link
Contributor

brson commented Dec 28, 2016

@bors r+

@bors
Copy link
Collaborator

bors commented Dec 28, 2016

📌 Commit c9e7ec7 has been approved by brson

@bors
Copy link
Collaborator

bors commented Dec 28, 2016

⌛ Testing commit c9e7ec7 with merge 7b5bb38...

@bors
Copy link
Collaborator

bors commented Dec 29, 2016

💔 Test failed - status-appveyor

@alexcrichton
Copy link
Member Author

alexcrichton commented Dec 29, 2016 via email

@bors
Copy link
Collaborator

bors commented Dec 29, 2016

⌛ Testing commit c9e7ec7 with merge bfee18f...

bors added a commit that referenced this pull request Dec 29, 2016
Remove the `cargo check` subcommand from Rust 1.15

This commit removes the `cargo check` subcommand from the `rust-1.15.0` branch
of Cargo. The rationale is explained in rust-lang/rust#38666, but the tl;dr; is
that it's relatively buggy and not ready to ride the trains to stable. This
commit takes as little an invasive as approach as possible by simply removing
the `cargo check` command and associated tests. The backend remains with support
for `cargo check`, but we shouldn't be exercising it in practice.
@bors
Copy link
Collaborator

bors commented Dec 29, 2016

☀️ Test successful - status-appveyor, status-travis
Approved by: brson
Pushing bfee18f to rust-1.15.0...

@bors bors merged commit c9e7ec7 into rust-lang:rust-1.15.0 Dec 29, 2016
@alexcrichton alexcrichton deleted the remove-cargo-check branch June 15, 2017 18:56
@ehuss ehuss added this to the 1.15.0 milestone Feb 6, 2022
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

Successfully merging this pull request may close these issues.

None yet

5 participants