-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
World age assertion failure on release-1.0 in debug mode #29425
Comments
I Just tested with Julia master and it still fails:
|
Should be fixed by #31191. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Build Julia with release-1.0 in debug mode:
I just did it and I get
Try using PolyJuMP:
It seems related to #28595 but I don't have any evidence that this is caused by a generated function.
Note that PolyJuMP is using MultivariatePolynomials which has caused world age failure in the past for him packages depending on it (#22355 (comment)) but it compiles fine here:
World age issues with MultivariatePolynomials have been a nightmare on Julia v0.6, it kept disappearing an reappearing for random reasons and I was hoping that it would all be over with Julia v1.0. Any idea ?
The text was updated successfully, but these errors were encountered: