Open heueristik opened 5 months ago
I can't reproduce this issue with the 0.6.3 release using the steps provided.
This is very odd because I'm sure I've observed this behaviour myself. I've tried several ways to reproduce, e.g putting loading the file within or without a Juvix project.
@heueristik can you still reproduce this issue? If so could you update the reproduction steps. It seems unlikely that we've fixed this as a side effect of something else but you never know.
Describe the bug
When trying to use the
:load
command in the Juvix REPL, I get the following errorThis is the file I am trying to load;
Note, that the problem occurs for every other file as well.
Desktop:
0.6.1-29f1c4c
To Reproduce Steps to reproduce the behavior:
juvix repl
:load
command, e.g.,:load Hello.juvix
Expected behavior The file is loaded.
Additional context Note, that
juvix repl Hello.juvix
works just fine.