bsermons / flycheck-elm

Flycheck support for the elm language
GNU General Public License v3.0
18 stars 8 forks source link

Elm 0.19 support #16

Closed rl-king closed 5 years ago

rl-king commented 5 years ago

Elm 0.19 added additional information and changed the structure of the output JSON containing the errors.

I'm not sure if there is spec somewhere on what the full error could look like. There is however this package that decodes it in to Elm values https://package.elm-lang.org/packages/elm/project-metadata-utils/latest/Elm-Error

purcell commented 5 years ago

Addressed by #17 - please test if you have time.

purcell commented 5 years ago

Closing this for now since #17 is merged, but it's quite possible further work will be needed, in which case you should feel free to submit a specific bug report.