-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 --allow-staged
to cargo fix
#5943
Conversation
Signed-off-by: Jordan Justen <jljusten@gmail.com>
This change splits out staged changes from dirty changes, and lets the user know if they should consider using the --allow-staged flag. Signed-off-by: Jordan Justen <jljusten@gmail.com>
Signed-off-by: Jordan Justen <jljusten@gmail.com>
* master: (25 commits) Migrate from tests fom assert_that/execs to .run() Wrap ProcessBuilder in Execs & make .cargo return that Make old Execs methods take not consume self Extract Execs::match_process Add #[must_use] to Execs Inline Execs::_with_stderr Remove an unrun "cargo build" ProcessBuilder Add documentation for creating test dependencies. Only use non-absolute paths for `path` dependencies Fix test failure on nightly due to `codemap::Span` change. New metabuild strategy using custom src_path enum. Remove unnecessary change. Address review comments. Metabuild (RFC 2196) Handle Window's missing file error message Make "cargo uninstall" uninstall the cwd bins update comment based on further research List URL in HTTP download failures Fix compilation error Improve the `cargo install` deprecation messaging ...
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
Got what looks like a spurious error on Travis CI (only):
Close/reopen CI validation restart game. |
😕 test |
@bors: r+ Nice! |
📌 Commit 8c2d0df has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Fixes #5737
This is @jljusten's branch, adapted to the testsuite changes in master.
Submitted as an alternative to #5910 to expedite #5737 resolution in time for Edition RC 1.