Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eviefp opened this issue May 23, 2019 · 0 comments
Open

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

eviefp opened this issue May 23, 2019 · 0 comments

Comments

@eviefp
Copy link

eviefp commented May 23, 2019

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant