uiua-lang/uiua

Compiler crash when importing from repl

Omnikar opened this issue · 2 comments

It appears that the compiler crashes when attempting to use an imported function from uiua repl. For example:

# add.ua
Add ← +

The following then crashes the compiler when used in uiua repl:

Add ← &i "add.ua" "Add"
Add 2 2

It's possible this was already fixed.
When I try, it looks like this:
Screenshot 2024-01-12 144035

Yeah, it's been fixed on my end too.