-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rebase rustc-rayon on rayon-1.2 #64358
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Let's try full CI to exercise parallel queries... @bors try |
🔒 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
|
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
465be65
Compare
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? |
Cargo.lock
Outdated
@@ -1911,12 +1887,6 @@ dependencies = [ | |||
"winapi 0.3.6", | |||
] | |||
|
|||
[[package]] | |||
name = "memoffset" | |||
version = "0.2.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RalfJung was excited to get rid of this -- rust-lang/rustc-rayon#3 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is great, thanks :)
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 |
Tidy doesn't like my (temporary) git source replacement, which is understandable. |
@cuviper I usually just test the PRs locally with |
OK, well it looks pretty good locally on
|
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 That's a preexisting failure. (and so is the thread names, but fixing those doesn't hurt) |
☔ The latest upstream changes (presumably #64456) made this pull request unmergeable. Please resolve the merge conflicts. |
r? @cuviper (feel free to reassign back to me or someone else once this is ready to go) |
ping from triage @cuviper, how is progress on this PR? |
Waiting on rust-lang/rustc-rayon#3 -- I'll ping there. |
Ping from triage. Thanks. |
4152abe
to
fa2acbe
Compare
The old stuff is still referenced by |
r=me |
@bors delegate=cuviper |
✌️ @cuviper can now approve this pull request |
This comment has been minimized.
This comment has been minimized.
@bors r=nikomatsakis |
📌 Commit 29cd7eb has been approved by |
Rebase rustc-rayon on rayon-1.2 See also rust-lang/rustc-rayon#3
☀️ Test successful - checks-azure |
So what does it take to bump these? They currently keep a lot of old crates in our dependency tree:
|
Ah, looks like |
It's more complicated. |
See also rust-lang/rustc-rayon#3