1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-07 16:22:14 +03:00
juvix/tests/CLI
Paul Cadman df4036d600
Compute new entrypoint root when loading a file in the REPL (#1615)
* Add shelltests for `juvix repl`

* repl: Compute entrypoint root when loading a file

Previously the REPL would use app root (which could be the current
directory or the project root of the initially loaded file). Thus files
in a different project could not be loaded.

The entrypoint root must be computed each time a new file is `:load`ed.

Adds shell-tests for REPL commands

* Move preludePath to Juvix.Extra.Paths
2022-11-10 11:26:38 +00:00
..
Commands Compute new entrypoint root when loading a file in the REPL (#1615) 2022-11-10 11:26:38 +00:00
doctor.test Add doctor subcommand (#1436) 2022-08-06 20:13:06 +02:00
help.test Add --stdin flag (#1459) 2022-08-19 16:57:07 +02:00
version.test Update Changelog v0.2.6 🎉 2022-10-26 00:01:23 +02:00