Uh oh!
There was an error while loading. Please reload this page.
Rebase rustc-rayon on rayon-1.2 - #64358
Conversation
rust-highfive
commented
Sep 10, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
cuviper
commented
Sep 10, 2019
Let's try full CI to exercise parallel queries... @bors try |
bors
commented
Sep 10, 2019
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
Mark-Simulacrum
commented
Sep 10, 2019
Ah, bors try is not going to run full CI at this point (and we don't actually have a parallel test builder, only a check builder for --cfg parallel) |
718109e to
465be65Comparecuviper
commented
Sep 10, 2019
Just because of the merge conflict? I rebased again for
How have other parallel PRs been tested? Should I flip it on somewhere just to try it out? |
There was a problem hiding this comment.
@RalfJung was excited to get rid of this -- rust-lang/rustc-rayon#3 (comment)
rust-highfive
commented
Sep 10, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
cuviper
commented
Sep 10, 2019
Tidy doesn't like my (temporary) git source replacement, which is understandable. |
Zoxc
commented
Sep 11, 2019
@cuviper I usually just test the PRs locally with |
cuviper
commented
Sep 12, 2019
OK, well it looks pretty good locally on |
rust-highfive
commented
Sep 12, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Zoxc
commented
Sep 13, 2019
@cuviper That's a preexisting failure. (and so is the thread names, but fixing those doesn't hurt) |
bors
commented
Sep 14, 2019
☔ The latest upstream changes (presumably #64456) made this pull request unmergeable. Please resolve the merge conflicts. |
alexcrichton
commented
Sep 16, 2019
r? @cuviper (feel free to reassign back to me or someone else once this is ready to go) |
hdhoang
commented
Sep 27, 2019
ping from triage @cuviper, how is progress on this PR? |
cuviper
commented
Sep 27, 2019
Waiting on rust-lang/rustc-rayon#3 -- I'll ping there. |
JohnCSimon
commented
Oct 5, 2019
Ping from triage. Thanks. |
cuviper
commented
Oct 7, 2019
The old stuff is still referenced by |
nikomatsakis
commented
Oct 7, 2019
r=me |
nikomatsakis
commented
Oct 7, 2019
@bors delegate=cuviper |
bors
commented
Oct 7, 2019
✌️ @cuviper can now approve this pull request |
This comment has been minimized.
This comment has been minimized.
cuviper
commented
Oct 7, 2019
@bors r=nikomatsakis |
bors
commented
Oct 7, 2019
📌 Commit 29cd7eb has been approved by |
bors
commented
Oct 7, 2019
Rebase rustc-rayon on rayon-1.2 See also rust-lang/rustc-rayon#3
bors
commented
Oct 8, 2019
☀️ Test successful - checks-azure |
RalfJung
commented
Oct 18, 2019
So what does it take to bump these? They currently keep a lot of old crates in our dependency tree: |
RalfJung
commented
Oct 18, 2019
Ah, looks like |
mati865
commented
Oct 18, 2019
It's more complicated. |
See also rust-lang/rustc-rayon#3