Skip to content
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

Open
ghost opened this issue Sep 13, 2018 · 3 comments
Open

ElmMake output in 0.19 #163

ghost opened this issue Sep 13, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 13, 2018

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

@jschomay
Copy link
Contributor

jschomay commented Sep 13, 2018 via email

@ghost
Copy link
Author

ghost commented Sep 14, 2018

Yes, I looked at ALE and it seems really interesting.
I posted this issue because it seems to me that elm-vim cannot avoid compatibility with 0.19 for that feature. But I am definitely not going to wait very long for this upgrade to happen, this feature is at the core of my workflow.
Thanks for the advice !

@carmonw
Copy link

carmonw commented Oct 4, 2018

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 elm 0.19 for the following things:

- ElmMake
- Syntastic
- `gf` hotkey and the linkage between elm modules

Hope this helps!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants