1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-07 08:08:44 +03:00
juvix/app
Paul Cadman 8eb4c64f5d
Improve error message when input path doesn't exist (#2092)
Previously if you call Juvix on a file that doesn't exist you get the
error:

```
$ juvix compile /i/don't/exist.juvix
juvix: /i/dont: changeWorkingDirectory: does not exist (No such file or directory)
```

After this change you will see:

```
$ juvix compile /i/don't/exist.juvix
The input path "/i/dont/exist.juvix" does not exist
```
2023-05-15 11:03:09 +02:00
..
Commands Partial incremental highlighting (#2053) 2023-05-10 13:09:48 +02:00
TopCommand Improve error message when input path doesn't exist (#2092) 2023-05-15 11:03:09 +02:00
App.hs Make format command's filepath optional (#2028) 2023-04-27 17:33:08 +02:00
AsmInterpreter.hs Refactor Core datastructures (#1975) 2023-04-04 18:58:05 +02:00
CommonOptions.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Evaluator.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
GlobalOptions.hs Make format command's filepath optional (#2028) 2023-04-27 17:33:08 +02:00
Main.hs Improve error message when input path doesn't exist (#2092) 2023-05-15 11:03:09 +02:00
TopCommand.hs Add juvix clean to remove project build artifact directory (#2018) 2023-04-21 14:21:31 +02:00