-
Notifications
You must be signed in to change notification settings - Fork 35
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
Reproduction of hashing test failure #30
Comments
It passes when I test it on Julia 1.1. The above was with master. |
Running the hashing tests on Julia 1.1 fails quite differently from Julia master. Are both interesting to pin down or is the focus on master? |
Interesting! What happens here is that This makes it clear that the |
Also fixes a bug when trying to run a :thunk expr in Compiled mode.
Table in #13 updated, now we are much closer. |
Also fixes a bug when trying to run a :thunk expr in Compiled mode.
For me, hashing is an X rather than a ☠️. Anyway, this is as far as I can reduce it. Probably not minimal but rather brittle.
With
/tmp/hashing_test.jl
containingthen
results in
Removing e.g. the first element from
vals
makes the test pass.The text was updated successfully, but these errors were encountered: