gren-lang / compiler

Compiler for the Gren programming language
https://gren-lang.org
Other
342 stars 21 forks source link

When a local package fails to compile, the compiler should display the compilation error #261

Open robinheghan opened 2 weeks ago

robinheghan commented 2 weeks ago

It's very common to use a parent project as a local dependency when writing tests. Having the tests fail to compile due to a an error in the parent project is fine, but not displaying the error message is ... quite annoying.