uiua-lang/uiua

I found a bug

twoseed opened this issue · 2 comments

It told me to submit that's why I opened a new issue. btw I am new to Uiua

» x = &scx  &sc
test
» xx
The application panicked (crashed).
Message:  index out of bounds: the len is 0 but the index is 0
Location: /home/mythacker/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uiua-0.7.1/src/compile.rs:1007

Backtrace omitted.

Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Error: The compiler has crashed!
Hooray! You found a bug!
Please report this at http://github.com/uiua-lang/uiua/issues/new

code:
x
» 

This has been fixed.
You can install from the main branch with

uiua update --main

Thanks it worked!