gren-lang / gren-lang/compiler
When a local package fails to compile, the compiler should display the compilation error
Open
@robinheghan is already working on this.
Since Aug 29, 2024.
enhancement
- Dominant language
- Haskell
- Stars
- 503
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.