-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Update clap #49182
Update clap #49182
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
r? @kennytm |
📌 Commit f88820e has been approved by |
Seems most reasonable, @kennytm: rust-lang/cargo#5207! |
@bors r- A test in Cargo would fail with a new clap =) |
Clap is updated in Cargo, however I want to include rust-lang/cargo#5209 as well, which fixes a much more serious regression. |
Updated with the latest and greatest Cargo with regressions fixed! |
@bors r+ |
📌 Commit 40ac331 has been approved by |
🔒 Merge conflict |
This should fix regressions in Cargo after swithing to clap: * If an external subcommand name was close to built-in one, clap errored (fixed by updating clap version) * External subcomands didn't received their name as a first arg
💔 Test failed - status-travis |
@bors retry travis-ci/dpl is still broken even after released 1.9.3.
|
Update clap This should fix a regression in Cargo after swithing to clap, when an external subcommand was not discovered, if its name was close to a built in command. bug report: #48986 (comment) fix: clap-rs/clap#1215
💔 Test failed - status-travis |
@bors retry travis-ci/dpl#788 |
Update clap This should fix a regression in Cargo after swithing to clap, when an external subcommand was not discovered, if its name was close to a built in command. bug report: #48986 (comment) fix: clap-rs/clap#1215
💔 Test failed - status-travis |
@bors retry travis-ci/dpl#788 |
Update clap This should fix a regression in Cargo after swithing to clap, when an external subcommand was not discovered, if its name was close to a built in command. bug report: rust-lang#48986 (comment) fix: clap-rs/clap#1215
This should fix a regression in Cargo after swithing to clap, when
an external subcommand was not discovered, if its name was close to
a built in command.
bug report: #48986 (comment)
fix: clap-rs/clap#1215