ghcid icon indicating copy to clipboard operation
ghcid copied to clipboard

List holes and other errors separately.

Open Saizan opened this issue 4 years ago • 1 comments

When ghci lists the number of errors it includes the Found hole: ... ones.

Unfortunately the error messages tend to be quite large, so if I have enough holes it's hard to tell if some other error snuck in too. Unless there's a way to get a reduced length version of error messages?

It would be great if ghci listed holes separately in the window title, e.g., 1 error - 2 holes - fooProject.

Saizan avatar Feb 26 '20 12:02 Saizan

For certain errors ghcid already produces reduced length versions. I'm not averse to treating holes different, if someone send in a PR. I don't use holes myself so am unlikely to do much in this area.

ndmitchell avatar Feb 26 '20 21:02 ndmitchell