rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 96 forks source link

Warnings with no description exist on new and existing projects #614

Open hasrthur opened 3 years ago

hasrthur commented 3 years ago

At the same time those warnings are not shown in Haskell Problems tab.

To reproduce just create new haskell project:

Screenshot 2020-10-16 at 13 07 09 Screenshot 2020-10-16 at 13 10 06
rikvdkleij commented 3 years ago

Thanks for reporting!

Are those warnings valid on line 5 and 6? Because I see no description.

Also, you have to use the Haskell Problems View and not the general Problems View. Why both?

rikvdkleij commented 3 years ago

The Haskell Problems View shows message of all project files. The Problems View shows only messages in the current file.

hasrthur commented 3 years ago

Thanks for reporting!

Are those warnings valid on line 5 and 6? Because I see no description.

They are not valid. And I believe the amount of those warning is equal to amount of top-level declarations.

Also, you have to use the Haskell Problems View and not the general Problems View. Why both?

The General Problems View for current file is opened automatically when I click on warning sign at top-right corner of file