uiua-lang / uiua

A stack-based array programming language
https://www.uiua.org
MIT License
1.59k stars 116 forks source link

Compiler crash when importing from repl #350

Closed Omnikar closed 10 months ago

Omnikar commented 10 months ago

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
kaikalii commented 10 months ago

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

Omnikar commented 10 months ago

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