-
-
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
Unreachable reached for Julia 1.2.0-rc1.0 and execution gets frozen for 1.3.0-DEV.498 #32488
Comments
For completeness, this is the specific commit of my package for which I have obtained the results above: |
Just as a note, you can give |
Done! |
Does this use threads? |
Not, or at least not in my library. However, I cannot guarantee in the dependencies.... |
I'm seeing various errors in dependencies on master:
Can you share a complete manifest that reproduces? |
Reduced:
|
Looks like the problem may be a left over free typevar in the following:
|
Probably @JeffBezanson is the right person to look at that particular issue. |
@Keno great work! Impressive how you have found a so small MWE taking into account the complexity of the given code. |
Issue was caused by 74305bf, so this reverts part of the new logic from there.
@JeffBezanson just a question please: My code failed with 1.2, and 1.3 for different reasons. Both of them have been fixed? Thanks! |
I have realized that the test suite of my package (
Gridap.jl
) does not pass for the latest julia versions.Unfortunately, I do not have a small reproducer. But the concerned code can be easily executed since the package
Gridap
is registered, e.g.:I hope someone can help!
Thanks a lot!
Francesc
I attach the output I get in my machine:
for v1.2.0
for v1.3.0:
The text was updated successfully, but these errors were encountered: