The application panicked (crashed).
Message: cannot convert float seconds to Duration: value is either too big or NaN
Location: /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/time.rs:957
Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Error:
The interpreter has crashed!
Hooray! You found a bug!
Please report this at http://github.com/uiua-lang/uiua/issues/new or on Discord at https://discord.gg/9CU2ME4kmn.
Uiua version 0.13.0-dev.2
code:
inf-sleep.ua:1:6
at inf-sleep.ua:1:6
1 | ⍜now(&sl∞)
───
Expected output: no output, program runs forever.
Note: on the pad this program pushes the execution limit in seconds on the stack, running it multiple times like below gives the execution limit on the bottom of the stack and zeros on top of it
Code:
Output:
Expected output: no output, program runs forever. Note: on the pad this program pushes the execution limit in seconds on the stack, running it multiple times like below gives the execution limit on the bottom of the stack and zeros on top of it