Uh oh!
There was an error while loading. Please reload this page.
Update clap - #49182
Conversation
rust-highfive
commented
Mar 19, 2018
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
matklad
commented
Mar 19, 2018
r? @kennytm |
kennytm
commented
Mar 19, 2018
bors
commented
Mar 19, 2018
📌 Commit f88820e has been approved by |
matklad
commented
Mar 19, 2018
Seems most reasonable, @kennytm: rust-lang/cargo#5207! |
matklad
commented
Mar 19, 2018
@bors r- A test in Cargo would fail with a new clap =) |
matklad
commented
Mar 20, 2018
Clap is updated in Cargo, however I want to include rust-lang/cargo#5209 as well, which fixes a much more serious regression. |
matklad
commented
Mar 20, 2018
Updated with the latest and greatest Cargo with regressions fixed! |
kennytm
commented
Mar 20, 2018
@bors r+ |
bors
commented
Mar 20, 2018
📌 Commit 40ac331 has been approved by |
bors
commented
Mar 20, 2018
🔒 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
bors
commented
Mar 20, 2018
💔 Test failed - status-travis |
kennytm
commented
Mar 20, 2018
@bors retry travis-ci/dpl is still broken even after released 1.9.3. |
bors
commented
Mar 20, 2018
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
bors
commented
Mar 20, 2018
💔 Test failed - status-travis |
kennytm
commented
Mar 20, 2018
@bors retry travis-ci/dpl#788 |
bors
commented
Mar 20, 2018
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
bors
commented
Mar 20, 2018
💔 Test failed - status-travis |
kennytm
commented
Mar 20, 2018
@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