Closed
Description
With haskell-stylish-on-save
set to t
and something that stylish-haskell
can't parse (via haskell-src-exts
) in a buffer, e.g.
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE MultiParamTypeClasses #-}
class Foo c a where
bar :: (c a) => a -> a
every time the buffer is saved the *Warnings*
buffer pops up (typically overriding another buffer I had open, thus forcing me to change it back) with a parse error from stylish-haskell.
Is there a way to prevent this? It seems that this is because of the explicit call to display-warnings
in
haskell-mode/haskell-commands.el
Line 760 in a165795
Metadata
Metadata
Assignees
Labels
No labels