Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elm 0.19 not supported #182

Open
DestyNova opened this issue Jun 9, 2019 · 4 comments
Open

Elm 0.19 not supported #182

DestyNova opened this issue Jun 9, 2019 · 4 comments

Comments

@DestyNova
Copy link

It appears that most of the plugin's features don't work with Elm 0.19. It complains that elm-make can't be found, but Elm 0.19 uses elm make instead.

@aminnairi
Copy link

aminnairi commented Jun 22, 2019

Confirmed that ElmMakeMain is not working as it is using elm-make which is now elm make for the version 0.19 of Elm.

@nrdxp
Copy link

nrdxp commented Aug 25, 2019

is there any plan to fix this? Elm 0.19 has been out for a year now and none of the features seem to work for me when using Elm 0.19

@towc
Copy link

towc commented Nov 2, 2019

cloning the repo locally, referring to it in the vimrc, and running these commands fixes at least elm-make for me:

find . -type f -exec sed -ri "s/(CheckBin\(')elm-make/\1elm/g" {} \;
find . -type f -exec sed -ri 's/([^(])elm-make/\1elm make/g' {} \;
git add . && git commit -m "urgh"

I'll try to make a PR, but I don't look forward to fixing the rest of the issues

@towc
Copy link

towc commented Nov 2, 2019

oh, it does appear https://github.com/Zaptic/elm-vim already fixed a lot of these issues

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

No branches or pull requests

4 participants