Skip to content

psc-ide-flycheck-insert-suggestion errors #176

@eviefp

Description

@eviefp

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions