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
After updating my packages, psc-ide-flycheck-insert-suggestion doesn't work anymore. I am getting "psc-ide-flycheck-insert-suggestion: Wrong type argument: flycheck-error, [cl-struct-flycheck-error".
psc-ide-20190326.2110
flycheck-20190503.853
The full message log:
The import of module Prelude contains the following unused references:
(-)
It could be replaced with:
import Prelude (class Eq, Unit, bind, compare, const, discard, identity, join, map, mempty, otherwise, pure, show, unit, ($), (*), (+), (<), (<$>), (<<<), (<>), (==), (>))
[UnusedExplicitImport]
psc-ide-flycheck-insert-suggestion: Wrong type argument: flycheck-error, [cl-struct-flycheck-error #<buffer CompList.purs> psc-ide "/home/vlad/code/pps/frontend/src/Component/CompList.purs" 38 1 " The import of module Prelude contains the following unused references:
(-)
It could be replaced with:
import Prelude (class Eq, Unit, bind, compare, const, discard, identity, join, map, mempty, otherwise, pure, show, unit, ($), (*), (+), (<), (<$>), (<<<), (<>), (==), (>))
" warning #("UnusedExplicitImport" 0 1 (:suggestion ((replaceRange (startLine . 38) (endLine . 38) (startColumn . 1) (endColumn . 177)) (replacement . "import Prelude (class Eq, Unit, bind, compare, const, discard, identity, join, map, mempty, otherwise, pure, show, unit, ($), (*), (+), (<), (<$>), (<<<), (<>), (==), (>))
")) :startLine 38 :startColumn 1 :endLine 38 :endColumn 177)) nil]
The import of module Prelude contains the following unused references:
(-)
It could be replaced with:
import Prelude (class Eq, Unit, bind, compare, const, discard, identity, join, map, mempty, otherwise, pure, show, unit, ($), (*), (+), (<), (<$>), (<<<), (<>), (==), (>))
[UnusedExplicitImport]
The text was updated successfully, but these errors were encountered:
After updating my packages,
psc-ide-flycheck-insert-suggestion
doesn't work anymore. I am getting "psc-ide-flycheck-insert-suggestion: Wrong type argument: flycheck-error, [cl-struct-flycheck-error".psc-ide-20190326.2110
flycheck-20190503.853
The full message log:
The text was updated successfully, but these errors were encountered: