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

Support for Elm 0.19 #161

Closed
Parasrah opened this issue Aug 23, 2018 · 5 comments
Closed

Support for Elm 0.19 #161

Parasrah opened this issue Aug 23, 2018 · 5 comments

Comments

@Parasrah
Copy link

As 0.19 was just released, was wondering what steps I need to take to get this plugin working properly. Thanks in advance! 😄

@jschomay
Copy link
Contributor

I'm wondering that too! I just ran into it. For the most part, everything just works. After updating my global versions of elm and elm-format, the few issues that I have come across are:

  • my ale linting doesn't understand how to deal with files in /test (it thinks everything should be in /src). Not sure if that is an elm-vim problem, or an ale problem, but elm make and elm-test work fine.
  • elm-oracle doesn't seem to work at all, though I'm not sure if this is due to elm 0.19 or some other bug

@Parasrah
Copy link
Author

Did you have to create aliases for the old commands to map to the new commands (ex: elm-make -> elm make)? This might alleviate some of the issues until everything is patched

@jschomay
Copy link
Contributor

jschomay commented Aug 23, 2018 via email

@Parasrah
Copy link
Author

Cool thanks! I appreciate knowing this will work to some degree before putting in the effort integrating it into my configuration!

@1602
Copy link

1602 commented Aug 25, 2018

It looks like json output format in elm 0.19 has been changed, here's example of new format being handled https://github.com/w0rp/ale/blob/master/ale_linters/elm/make.vim

@ghost ghost mentioned this issue Sep 13, 2018
# 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

3 participants