I use heavily :ElmMake in conjunction with the quickfix list.
The output format of the compiler has changed in 0.19, so the parsing of the result fails and the quickfix list displays a single giant line ; and obviously fails to locate the errors in the files.
Are there plans to support 0.19 in that regard ?
Edit1: issue #161 brought that up but was closed
In the comments was included this maybe-useful as an example of handling the new format
https://github.com/w0rp/ale/blob/master/ale_linters/elm/make.vim
I use heavily :ElmMake in conjunction with the quickfix list.
The output format of the compiler has changed in 0.19, so the parsing of the result fails and the quickfix list displays a single giant line ; and obviously fails to locate the errors in the files.
Are there plans to support 0.19 in that regard ?
Edit1: issue #161 brought that up but was closed
In the comments was included this maybe-useful as an example of handling the new format
https://github.com/w0rp/ale/blob/master/ale_linters/elm/make.vim