-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Set error handler output format as soon as possible #113127
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
Conversation
r? @TaKO8Ki (rustbot has picked a reviewer for you, use r? to override) |
r? @davidtwco |
This comment has been minimized.
This comment has been minimized.
EDIT: The old code constructs an This can be fixed by passing |
@bors r+ |
…r=davidtwco Set error handler output format as soon as possible Should fix rust-lang#112692 (comment).
@bors r- failed in |
…t error handler every time `early_warn` is called Skip `colored-session-opt-error.rs` on Windows hosts This is very cursed as to why it fails on Windows CI specifically: - The test emits a *warning*. - *Warnings*, and only warnings *specifically*, have a different 256-color between Windows and non-Windows hosts (other levels `set_intense(true)` unconditionally): https://github.com/rust-lang/rust/blob/e69c7306e2be08939d95f14229e3f96566fb206c/compiler/rustc_errors/src/lib.rs#L1792-L1794 Therefore, I added `// ignore-windows` test header to skip this test on Windows (it's sufficient to test color is enabled on at least one non-Windows host).
1805d44
to
1faa95d
Compare
So this is very cursed as to why it fails on Windows CI specifically:
Therefore, I added |
@bors r+ |
⌛ Testing commit 1faa95d with merge 5583f11b47b7513d7503f5502366f91a4deba660... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors r- |
Actually this seems to be the mips issue that was fixed. @bors r=davidtwco |
☀️ Test successful - checks-actions |
Finished benchmarking commit (02d1ee4): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 658.067s -> 657.826s (-0.04%) |
Should fix #112692 (comment).