Skip to content
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

FromParallelIterator and ParallelExtend Cow for String #498

Merged
merged 2 commits into from
Jan 15, 2018

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Dec 21, 2017

Parallel version of rust-lang/rust#41449.

@cuviper
Copy link
Member Author

cuviper commented Jan 14, 2018

bors r+

bors bot added a commit that referenced this pull request Jan 14, 2018
497: impl FromParallelIterator<()> for () r=cuviper a=cuviper

This is more useful when combined with higher-level abstractions, like
collecting to a `Result<(), E>` where you only care about errors.

This is a parallel version of rust-lang/rust#45379.
Cc #496

498: FromParallelIterator and ParallelExtend Cow for String r=cuviper a=cuviper

Parallel version of rust-lang/rust#41449.
@bors
Copy link
Contributor

bors bot commented Jan 14, 2018

Build failed (retrying...)

bors bot added a commit that referenced this pull request Jan 14, 2018
498: FromParallelIterator and ParallelExtend Cow for String r=cuviper a=cuviper

Parallel version of rust-lang/rust#41449.
@bors
Copy link
Contributor

bors bot commented Jan 14, 2018

Build failed

@cuviper
Copy link
Member Author

cuviper commented Jan 14, 2018

bors r+

bors bot added a commit that referenced this pull request Jan 14, 2018
498: FromParallelIterator and ParallelExtend Cow for String r=cuviper a=cuviper

Parallel version of rust-lang/rust#41449.
@bors
Copy link
Contributor

bors bot commented Jan 15, 2018

Timed out

@cuviper
Copy link
Member Author

cuviper commented Jan 15, 2018

Ran for 8 hrs 5 min 37 sec

That Travis macos queue is painful - maybe we should trim back to just one macos build?

But it did succeed, so...

@cuviper cuviper merged commit 31625af into rayon-rs:master Jan 15, 2018
@cuviper cuviper deleted the herd_cows branch October 18, 2018 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant