-
Notifications
You must be signed in to change notification settings - Fork 22
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
Inference crash upstream #18
Comments
For now we fixed this by fixing 0.0.3 as a dependency. I am also not sure there is much we can do here. I just hope that with 0.7 these kinds of bugs are gone... |
Can you confirm that this is caused by this commit ? Does it crash when using differentiation ? |
Ah, interesting. Do you have a MWE ? |
Unfortunately not. The crash occurs during the precompilation of the |
Here is a fun one. Since today we get consistent compiler / inference crashes in HomotopyContinuation.jl.
Here are two run of travis for the same commit, one yesterday and one from today. The only difference is that the one from today uses DynamicPolynomials 0.0.4 instead of 0.0.3. So, some of the changes in the release seem to let the compiler fallover :(
The text was updated successfully, but these errors were encountered: