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

Support for Elm 0.19 #26

Open
sentience opened this issue Jun 23, 2018 · 6 comments
Open

Support for Elm 0.19 #26

sentience opened this issue Jun 23, 2018 · 6 comments

Comments

@sentience
Copy link

When elm install has been run for a project with the current Elm 0.19 alpha, elm-oracle does not see its installed dependencies, and outputs this error:

[{"error":"Dependencies file is missing. Perhaps you need to run `elm-package install`?"}]

Looks like there is some work to be done if elm-oracle is to support the next version of Elm.

@hakonrossebo
Copy link

hakonrossebo commented Jul 30, 2018

@ajhager - Since this change is required for editor plugins to work in 0.19 - Can we help move this forward by submitting a pull request or any other help from the Elm-community?

See also https://github.com/Krzysztof-Cieslak/vscode-elm/issues/219

@rue
Copy link

rue commented Nov 24, 2018

Any plans to address this, or should we fork to fix 0.19?

@andys8
Copy link

andys8 commented Nov 25, 2018

I don't know about the project, but it depends on elm-node which is using native code which was forbidden with 0.19. This project wasn't updated since 2016.

Alternatives I know (regardless of features):

Editor plugins:
https://github.com/Krzysztof-Cieslak/vscode-elm
https://github.com/klazuka/intellij-elm
https://github.com/halohalospecial/atom-elmjutsu

Elm language server (WIP):
https://github.com/elm-tooling/elm-language-server

@yousefvand
Copy link

I have published a similar package here.

@wjdhamilton
Copy link

Is this likely to get fixed, guys? It makes coding in elm quite frustrating since the editor pauses to remind you of this error every time it instigates autocomplete!

@andys8
Copy link

andys8 commented Sep 11, 2019

I can only recommend having a look at elm-language-server as an alternative: https://github.com/elm-tooling/elm-vim/blob/master/README.md

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

6 participants