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 Config::stderr #93937

Merged
merged 1 commit into from
Feb 14, 2022
Merged

Remove Config::stderr #93937

merged 1 commit into from
Feb 14, 2022

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Feb 12, 2022

  1. It captured stdout and not stderr
  2. It isn't used anywhere
  3. All error messages should go to the DiagnosticOutput instead
  4. It modifies thread local state

Marking as blocked as it will conflict a bit with #93936.

@bjorn3 bjorn3 added A-driver Area: rustc_driver that ties everything together into the `rustc` compiler T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. S-blocked Status: Blocked on something else such as an RFC or other implementation work. labels Feb 12, 2022
@rustbot rustbot added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Feb 12, 2022
@rust-highfive
Copy link
Collaborator

r? @cjgillot

(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 12, 2022
@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@cjgillot
Copy link
Contributor

r=me with fulldeps tests updated.

@bors
Copy link
Contributor

bors commented Feb 13, 2022

☔ The latest upstream changes (presumably #93956) made this pull request unmergeable. Please resolve the merge conflicts.

1. It captured stdout and not stderr
2. It isn't used anywhere
3. All error messages should go to the DiagnosticOutput instead
4. It modifies thread local state
@bjorn3
Copy link
Member Author

bjorn3 commented Feb 13, 2022

@bors r=cjgillot

@bors
Copy link
Contributor

bors commented Feb 13, 2022

📌 Commit 5eeff3f has been approved by cjgillot

@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. S-blocked Status: Blocked on something else such as an RFC or other implementation work. labels Feb 13, 2022
@bors
Copy link
Contributor

bors commented Feb 14, 2022

⌛ Testing commit 5eeff3f with merge 902e590...

@bors
Copy link
Contributor

bors commented Feb 14, 2022

☀️ Test successful - checks-actions
Approved by: cjgillot
Pushing 902e590 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Feb 14, 2022
@bors bors merged commit 902e590 into rust-lang:master Feb 14, 2022
@rustbot rustbot added this to the 1.60.0 milestone Feb 14, 2022
@bjorn3 bjorn3 deleted the simplifications3 branch February 14, 2022 08:21
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (902e590): comparison url.

Summary: This benchmark run did not return any relevant results.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

@bjorn3
Copy link
Member Author

bjorn3 commented Feb 14, 2022

This seems to be a slight improvement of up to 0.5% across the board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants