-
-
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
Code not working with Julia 1.5.0, but working with 1.4.2 and 1.6.0-DEV.707 #37176
Comments
Further info: julia> versioninfo()
Julia Version 1.5.0
Commit 96786e22cc (2020-08-01 23:44 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIAROOT = /home/fverdugo/Apps/julia/julia-1.5.0 |
I can't reproduce this. Could you provide a full Manifest.toml? |
Hi @JeffBezanson, I just realized that the error is fixed after deleting In any case, I include the full manifest for reference. Thanks!
|
I close the issue since the error es fixed by deleting |
The following code is not working in my machine with Julia 1.5.0, but working for 1.4.2 and 1.6.0-DEV.707 .
I have not tried it for the pre-release of 1.5.1. I can do this if you provide the binaries.
For 1.5.0 I get this error:
After this first error, I get another error even with this simple line:
On the other hand, everything works ok with 1.5.0 by calling
(1,) .== 0
in the first place:Is this a known issue? It would be nice if this is fixed for the upcoming julia 1.5.1.
Thanks!
The text was updated successfully, but these errors were encountered: