Conversation
This comment has been minimized.
This comment has been minimized.
f338e81 to
5020992
Compare
This comment has been minimized.
This comment has been minimized.
5020992 to
0bbd630
Compare
|
@bors try @rust-timer queue |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
This comment has been minimized.
This comment has been minimized.
Remove usages of `Unique` from `RawVec`
0bbd630 to
4ab2802
Compare
|
@bors try |
This comment has been minimized.
This comment has been minimized.
Remove usages of `Unique` from `RawVec`
|
Queued b67dca9 with parent 1936d44, future comparison URL. |
|
Nice cleanup, I'd say "r=me if perf looks good" but we should probably do some due diligence about debug visualizers. You mentioned on Zulip that you tested manually in gdb, I can try on Windows locally later. r? me |
|
Oh, huh, guess that a bunch of old backcompat hacks made the gdb visualizer resilient to this change: Line 18 in 1936d44 But the natvis looks like it’ll break: rust/src/etc/natvis/liballoc.natvis Line 10 in 1936d44 |
|
@bors try=dist-x86_64-msvc for testing |
|
Unknown command "try". Run |
|
@bors try jobs=dist-x86_64-msvc |
|
⌛ Trying commit 4ab2802 with merge b4250fe… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/35004363157 |
Remove usages of `Unique` from `RawVec` try-job: dist-x86_64-msvc
|
I mean yeah that'll obviously break, I might as well fix it before the try run, no? ^^ |
|
Actually nvm this way we see if it's getting tested :D |
|
Yeah, fair point, I had the try command queued up (incorrectly, was too focused on identifying the right job name) before I dug up the natvis and didn't think before firing it off. @bors try cancel |
|
Try build cancelled. Cancelled workflows: Hint: if you want to run another try build, you do not need to manually cancel the previous one. Just run |
Oh yeah I guess that's a fair point too. But let me check what is the best job for running those tests. |
|
@bors try jobs=test-x86_64-msvc-* |
|
⌛ Trying commit 4ab2802 with merge aaf1dca… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/35005035908 |
Remove usages of `Unique` from `RawVec` try-job: test-x86_64-msvc-*
View all comments
See zulip.
Probably needs a perf run, because it touches code that might be very sensitive to build times and debug mode
r? libs