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

Fix term.verbose without quiet, and vice versa #10429

Merged
merged 1 commit into from
Feb 27, 2022

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Feb 26, 2022

The match pattern only looked for Some(false), missing None.

The match pattern only looked for `Some(false)`, missing `None`.
@rust-highfive
Copy link

r? @ehuss

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 26, 2022
@cuviper
Copy link
Member Author

cuviper commented Feb 26, 2022

This fixes a regression in 1.59, since #10152, so maybe it's a candidate for 1.60 beta.

@ehuss
Copy link
Contributor

ehuss commented Feb 27, 2022

Thanks, apologies for the oversight!

Beta sounds good, can you send a PR to the rust-1.60.0 branch?

@bors r+

@bors
Copy link
Collaborator

bors commented Feb 27, 2022

📌 Commit ec1bdd2 has been approved by ehuss

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 27, 2022
@bors
Copy link
Collaborator

bors commented Feb 27, 2022

⌛ Testing commit ec1bdd2 with merge 5be1b1b...

@bors
Copy link
Collaborator

bors commented Feb 27, 2022

☀️ Test successful - checks-actions
Approved by: ehuss
Pushing 5be1b1b to master...

@bors bors merged commit 5be1b1b into rust-lang:master Feb 27, 2022
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Mar 1, 2022
11 changes in
d6cdde584a1f15ea086bae922e20fd27f7165431..3d6970d50e30e797b8e26b2b9b1bdf92dc381f34
2022-02-22 19:55:51 +0000 to 2022-02-28 19:29:07 +0000:

 - rust-lang/cargo#10395
 - rust-lang/cargo#10425
 - rust-lang/cargo#10428
 - rust-lang/cargo#10388
 - rust-lang/cargo#10167
 - rust-lang/cargo#10429
 - rust-lang/cargo#10426
 - rust-lang/cargo#10372
 - rust-lang/cargo#10420
 - rust-lang/cargo#10416
 - rust-lang/cargo#10417
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Mar 1, 2022
Update cargo

11 changes in
d6cdde584a1f15ea086bae922e20fd27f7165431..3d6970d50e30e797b8e26b2b9b1bdf92dc381f34
2022-02-22 19:55:51 +0000 to 2022-02-28 19:29:07 +0000:

 - rust-lang/cargo#10395
 - rust-lang/cargo#10425
 - rust-lang/cargo#10428
 - rust-lang/cargo#10388
 - rust-lang/cargo#10167
 - rust-lang/cargo#10429
 - rust-lang/cargo#10426
 - rust-lang/cargo#10372
 - rust-lang/cargo#10420
 - rust-lang/cargo#10416
 - rust-lang/cargo#10417
bors added a commit that referenced this pull request Mar 1, 2022
…ichton

[1.60] Fix term.verbose without quiet, and vice versa

Backport of #10429 to fix a regression in 1.59.
@ehuss ehuss added this to the 1.61.0 milestone Apr 7, 2022
@cuviper cuviper deleted the config-verbosity branch July 18, 2023 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants