Open
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!
Metadata
Assignees
Labels
Type
Projects
Status
In Progress