psc-ide-emacs icon indicating copy to clipboard operation
psc-ide-emacs copied to clipboard

psc-ide-flycheck-insert-suggestion errors

Open eviefp opened this issue 5 years ago • 0 comments

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]

eviefp avatar May 23 '19 07:05 eviefp