Open raminammour opened 4 years ago
Could you try with 1.4? It is pretty fast for me there.
Also, is there a reason you are using Val(3^6)
instead of just 3^6?
In the code I was writing Val
mattered. Without Val
it doesn't hang. In fact my guess is it is in the compilation, since once the error is thrown the compiled function throws fast after.
Downloading 1.4 now, as good a time as any, I guess :)
I confirm, not an issue on 1.4, fails fast...
Hello,
I made a typo today that led to the following, it hangs for a long time before it gives an OOB error. It doesn't for smaller values in
Val
. Here is a MRE, with the output if killed if that is helpful:If you wait and time it from the terminal:
Feel free to close if this is not a bug.
Cheers!