-
Notifications
You must be signed in to change notification settings - Fork 14k
feat: Use annotate-snippets by default on nightly #148188
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
feat: Use annotate-snippets by default on nightly #148188
Conversation
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
|
@bors try @rust-timer queue Let's test perf outright :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…, r=<try> feat: Use annotate-snippets by default on nightly
This comment has been minimized.
This comment has been minimized.
32fab73 to
249682e
Compare
This comment has been minimized.
This comment has been minimized.
249682e to
af7d82c
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (9642289): comparison URL. Overall result: ❌ regressions - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary 1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -5.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 474.628s -> 473.869s (-0.16%) |
af7d82c to
c7d17ea
Compare
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
This comment has been minimized.
This comment has been minimized.
c7d17ea to
978dd32
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💥 Test timed out |
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
Runner flaked out. @bors retry |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 642c19b (parent) -> c5e283b (this PR) Test differencesShow 5 test diffsStage 2
Additionally, 4 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard c5e283b0d209ee6f7cd1a8cbc1974927c547f3e6 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (c5e283b): comparison URL. Overall result: ❌ regressions - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@rustbot label: +perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 0.2%, secondary 2.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 2.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 1.1%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 474.467s -> 475.114s (0.14%) |
|
(Just a procedural note that this was r+-ed before the MCP was finished on rust-lang/compiler-team#937). The MCP just finished, a few hours after the PR has landed, and there were AFAIK no further concerns, so it's not a big deal in any way. Just wanted to make it be known :) |
|
@Kobzol My bad. I somehow misread the MCP as accepted when it wasn't (yet). |
Relevant upstream PR: - rust-lang/rust#148188 (feat: Use annotate-snippets by default on nightly) Resolves: model-checking#4453
Relevant upstream PR: - rust-lang/rust#148188 (feat: Use annotate-snippets by default on nightly) Resolves: #4453 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
…n-nightly, r=estebank feat: Use annotate-snippets by default on nightly This PR switches the default renderer to use `annotate-snippets` on nightly, but does not affect stable. This is part of the ongoing effort to use `annotate-snippets` to render all diagnostics. [MCP](rust-lang/compiler-team#937) Note: This contains the test change from rust-lang#148004, without the change to the default emitter. rust-lang#59346 rust-lang/rust-project-goals#123 r? `@davidtwco`
As of rust-lang/rust#148188 nightly now uses annotate-snippets which looks like it truncates snippets more eagerly.
As of rust-lang/rust#148188 nightly now uses annotate-snippets which looks like it truncates snippets more eagerly.
This PR switches the default renderer to use
annotate-snippetson nightly, but does not affect stable. This is part of the ongoing effort to useannotate-snippetsto render all diagnostics.MCP
Note: This contains the test change from #148004, without the change to the default emitter.
#59346
rust-lang/rust-project-goals#123
r? @davidtwco