-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ElmMake output in 0.19 #163
Comments
As an alternative option, you could use ALE to catch compile errors. It can
use the quick fix window, but also has inline indicators and some other
nice features.
…On Thu, Sep 13, 2018, 7:15 AM Syllogie ***@***.***> wrote:
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 ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#163>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABva0ykwfxDLReQEjrbb--yEaVrI6BJQks5uamiQgaJpZM4WnWEC>
.
|
Yes, I looked at ALE and it seems really interesting. |
I'm not a vimscript expert but I have made some changes in my fork (https://github.com/carmonw/elm-vim) to add support for
Hope this helps! |
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
The text was updated successfully, but these errors were encountered: