1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-11 08:25:46 +03:00
juvix/tests/smoke/Commands
Paul Cadman f61e612c54
Fix dependencies suggestion in missing module error (#2024)
If an import statement to a missing module occurs when parsing in a
project with no dependencies the error message has the following form:

```
The module Foo does not exist.
It should be in /Users/paul/heliax/juvix-2023/tests/negative/NoDependencies/Foo.juvix
or in one of the dependencies:
```

This PR changes this error message to the `or in one of the
dependencies:` line is omitted from the error message when there are no
dependencies in the project.

This commit also adds a negative parse error test for missing module.
2023-04-22 18:15:38 +01:00
..
dev Fix dependencies suggestion in missing module error (#2024) 2023-04-22 18:15:38 +01:00
clean.smoke.yaml Add juvix clean to remove project build artifact directory (#2018) 2023-04-21 14:21:31 +02:00
compile.smoke.yaml Write compile output file to invoke dir by default (#1999) 2023-04-13 19:57:49 +02:00
format.smoke.yaml Add format stdin smoke tests (#2019) 2023-04-21 13:35:21 +02:00
html.smoke.yaml Remove the old C backend (#1862) 2023-03-14 17:22:32 +01:00
init.smoke.yaml Fix juvix init (#1835) 2023-02-10 17:53:23 +01:00
repl.smoke.yaml Add: the 'seq' builtin (>>>) (#1982) 2023-04-14 19:24:58 +02:00
typecheck.smoke.yaml Support more paths (#2000) 2023-04-19 15:56:48 +01:00
version-help-doctor.smoke.yaml Bump version to 0.3.2 🎉 2023-04-18 14:56:48 +02:00