enable next solver by default in orphanck - #160668
Conversation
|
This PR changes a file inside |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
enable next solver by default in orphanck
This comment has been minimized.
This comment has been minimized.
|
any breakage caused by this would also be caught by #133502. So I don't think this needs a separate crater run actually |
|
@rfcbot fcp merge types |
|
@lcnr has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
Finished benchmarking commit (c029389): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. @bors rollup=never rustc-perf 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 -4.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis perf run didn't have relevant results for this metric. Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 457.798s -> 459.043s (0.27%) |
|
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. |
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
enable next solver by default in orphanck Orphan checking was supposed to use next solver as well when `-Znext-solver=coherence` got stabilized, but it never actually did, so this PR fixes that as part of the effort here: [#t-types/call-for-participation > rip out old solver coherence support @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/618216-t-types.2Fcall-for-participation/topic/rip.20out.20old.20solver.20coherence.20support/near/614920324) also fixes #149703, incidentally! r? lcnr
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 27fcc14 failed: CI. Failed job:
|
213ca22 to
536b23e
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
Huh, new crashtest that this PR also fixes. Rebased and updated everything, including the PR description. |
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
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 19523e0 (parent) -> 444dcce (this PR) Test differencesShow 20 test diffsStage 1
Stage 2
Additionally, 1 doctest diff 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 444dcce484c66c8d626806a8556be3b4d3ef381a --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 (444dcce): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis perf run didn't have relevant results for this metric. Max RSS (memory usage)This perf run didn't have relevant results for this metric. CyclesResults (secondary 1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (secondary -0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 457.924s -> 455.347s (-0.56%) |
View all comments
Orphan checking was supposed to use next solver as well when
-Znext-solver=coherencegot stabilized, but it never actually did, so this PR fixes that as part of the effort here: #t-types/call-for-participation > rip out old solver coherence support @ 💬also fixes #149703 and #148621, incidentally!
r? lcnr