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

rust-gmp-0.2.10 beta regression #43679

Closed
est31 opened this issue Aug 5, 2017 · 2 comments
Closed

rust-gmp-0.2.10 beta regression #43679

est31 opened this issue Aug 5, 2017 · 2 comments
Labels
C-bug Category: This is a bug. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@est31
Copy link
Member

est31 commented Aug 5, 2017

rust-gmp version 0.2.10 regressed from stable to beta (full log):

Aug 03 19:34:33.891 INFO kablam! error: type `rand::gmp_randstate_struct` is private
Aug 03 19:34:33.891 INFO kablam!   --> src/mpz.rs:91:5
Aug 03 19:34:33.891 INFO kablam!    |
Aug 03 19:34:33.891 INFO kablam! 91 |     fn __gmpz_urandomm(rop: mpz_ptr, state: gmp_randstate_t, n: mpz_srcptr);
Aug 03 19:34:33.891 INFO kablam!    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 03 19:34:33.891 INFO kablam! 

cc @fizyk20

@arielb1
Copy link
Contributor

arielb1 commented Aug 5, 2017

Fixed in 0.5.0

@arielb1 arielb1 added regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Aug 5, 2017
@Mark-Simulacrum Mark-Simulacrum added the C-bug Category: This is a bug. label Aug 10, 2017
@alexcrichton
Copy link
Member

I believe the compiler/lang teams won't be reverting #42125, so I'm going to close this regression tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants