You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often in haskell development, the buffer I'm working on will be invalid for stylish haskell: missing MultiParamTypeClasses, syntax error, etc. If I recall, stylish-haskell used to drop the error it was getting into the minbuffer. Recently, is just says: "Error: stylish-haskell ended with errors, leaving buffer alone". In order to fix the error, I have to leave my editor and manually run stylish-haskell file.hs | head to get the error. Seems like the formatter should capture the stderr of the process and leave it somewhere.