mirror of
https://github.com/anoma/juvix.git
synced 2024-12-11 08:25:46 +03:00
f61e612c54
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. |
||
---|---|---|
.. | ||
Asm | ||
benchmark | ||
Compilation | ||
Core | ||
examplesExpected | ||
Geb/positive | ||
Internal | ||
negative | ||
positive | ||
runtime/positive | ||
smoke/Commands | ||
.gitattributes |