-
-
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
Hang (probably type inference) in Julia 1.2.0rc2 #32595
Comments
I get
|
Sorry, that was on master. Hangs in 1.2. |
Thanks @JeffBezanson Master has been causing us problems for quite a few months now. Hopefully this will fix a range of similar issues we've been facing. We do know there is at least one more of these that also affects Julia-1.1 as well though. We'll try and get you a minimal case ASAP. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have been having a hang when tests run in AbstractAlgebra.jl that seems to be a new regression for Julia-1.2.0.
I have been able to get it down to a more or less minimal example (< 300 sloc). Finding lines of code that I can remove now is becoming difficult, so I think this is as far as I can get it without a lot of extra work.
To reproduce it, simply check out the inference_bug branch of this repository (into a directory AbstractAlgebra):
https://github.com/wbhart/InferenceBug1
It's a very heavily cut down version of our AbstractAlgebra.jl package.
will hang indefinitely before the test runs.
Please note that this is a pure Julia package and I have removed all functions that didn't seem to contribute to the hang.
The text was updated successfully, but these errors were encountered: