Skip to content

stan plugin (enabled by default) gives obnoxious suggestions #3916

Closed
@vmchale

Description

@vmchale

Is your enhancement request related to a problem? Please describe.

stan gives a warning on every single lazy field (!) of a data structure that one defines, with the dubious suggestion to add StrictData pragmas.

Haskell is a lazy language and the idea that lazy fields cause space leaks is confused. It is embarrassing that the official language server would behave like this out of the box!

Describe the solution you'd like

Stan suggestions should not pop up or the default options should disable the warning about defining non-strict data structures.

Additional context

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions