haskell / haskell/haskell-language-server
Use `-fno-show-error-context`
Open
Hackathon
level: easy
type: enhancement
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
Since 9.8 (https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8563) GHC has had the `-fno-show-error-context` flag, which makes GHC omit a bunch of contextual information that isn't really useful if you are directly showing the user the location of the error. That's exactly the situation we are in, we should use it!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.