You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd expect a warning if I exceed a number limit (if that is indeed the error I'm seeing)
☝️ This is specific to JS mode.
With -t llvm on, it correctly prints:
e12 1000000000000
reale24 2003764205206896640
The text was updated successfully, but these errors were encountered:
brekk
changed the title
Big numbers (1e24) cause an UnknownError(Loc(1, 0, 1))
Big numbers (1e24) + pTrace in JS mode result in an UnknownError(Loc(1, 0, 1))Apr 22, 2024
Ostensibly I'm hitting a range limit, but:
Prints:
I'd expect a warning if I exceed a number limit (if that is indeed the error I'm seeing)
☝️ This is specific to JS mode.
With
-t llvm
on, it correctly prints:The text was updated successfully, but these errors were encountered: