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

Release rayon 1.0.1 #556

Merged
merged 2 commits into from
Mar 16, 2018
Merged

Release rayon 1.0.1 #556

merged 2 commits into from
Mar 16, 2018

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Mar 15, 2018

We've made a few improvements to documentation, but these need to be published
to reach docs.rs. Fixes #555.

@cuviper
Copy link
Member Author

cuviper commented Mar 15, 2018

ICE!

error[E0283]: type annotations required: cannot resolve `_: std::iter::Sum<&usize>`
   --> src/iter/test.rs:283:54
    |
283 |     assert_eq!(num.load(Ordering::Relaxed), a.iter().sum());
    |                                                      ^^^

error: internal compiler error: librustc/ich/impls_ty.rs:907: ty::TypeVariants::hash_stable() - Unexpected variant TyInfer(?0).

thread 'rustc' panicked at 'Box<Any>', librustc_errors/lib.rs:540:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.

note: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports

note: rustc 1.26.0-nightly (521d91c6b 2018-03-14) running on x86_64-unknown-linux-gnu

note: compiler flags: -C debuginfo=2 -C incremental

note: some of the compiler flags provided by cargo are hidden

error: Could not compile `rayon`.

I'll gather more info and file it upstream, then probably just add the type annotation here.

@cuviper
Copy link
Member Author

cuviper commented Mar 15, 2018

I filed rust-lang/rust#49062.

For some reason, updating compiletest_rs from 0.3.7 to 0.3.8 broke sum() inference in a lot of totally unrelated tests. I wrote commit dcf720b with the type annotations as a workaround, although I accidentally pushed it directly to master, sorry! We'll see if CI likes it here now...

@cuviper
Copy link
Member Author

cuviper commented Mar 16, 2018

bors r+

bors bot added a commit that referenced this pull request Mar 16, 2018
556: Release rayon 1.0.1 r=cuviper a=cuviper

We've made a few improvements to documentation, but these need to be published
to reach docs.rs.  Fixes #555.
@bors
Copy link
Contributor

bors bot commented Mar 16, 2018

Build failed

@cuviper
Copy link
Member Author

cuviper commented Mar 16, 2018

The windows-gnu failure is rust-lang/rust#49044

@cuviper
Copy link
Member Author

cuviper commented Mar 16, 2018

Travis passed -- I'm calling this good enough.

@cuviper cuviper merged commit c8d20e4 into rayon-rs:master Mar 16, 2018
@cuviper cuviper deleted the rayon-1.0.1 branch October 18, 2018 19:12
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