haskell-mode icon indicating copy to clipboard operation
haskell-mode copied to clipboard

Better handling of errors when using `-fdefer-type-errors`

Open TOTBWF opened this issue 5 years ago • 0 comments

I often use -fdefer-type-errors when using haskell-interactive-mode, as it lets me load files and get things like type at point, goto-defn, etc, even when there are type errors. However, it is a bit annoying that the type errors get reported as warnings in the buffer. It would be nice if we had some specific parsing for warnings generated by -fdefer-type-errors and friends, that marked them as errors in the buffer.

TOTBWF avatar Sep 03 '20 14:09 TOTBWF