-
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
hash(T(Inf)) broken with current Julia master #141
Comments
Is this a bug in DecFP, or in Julia? It works in 1.5. |
I think this is due to a change in Julia. I run the DecFP tests vs Julia master about once per week. Due to issue JuliaPackaging/BinaryBuilder.jl#913 is has been a couple weeks since I ran the tests, but this is the first time I've seen this failure. I haven't had time yet to investigate what has changed. |
Heisenbug - when run in the VSCode debugger, |
|
This is a Julia/LLVM bug. I have isolated a case that doesn't use DecFP. I'll write and submit a Julia issue in the morning. Edit: |
Thanks for tracking this down. |
Fixed by JuliaLang/julia#38031 |
The text was updated successfully, but these errors were encountered: