deoplete-elm icon indicating copy to clipboard operation
deoplete-elm copied to clipboard

Elm 0.19 compatibility

Open simvux opened this issue 7 years ago • 4 comments

Elm update to 0.19 broke this library on both my computers, any chance of this getting ported to the new version of elm?

simvux avatar Sep 07 '18 08:09 simvux

Well, this plugin is using elm-oracle to provide completion. As far as I can tell elm-oracle was not updated to handle 0.19 yet (wondering if it will be). You can find related issue here #26.

As for this plugin I don't think there is any need for change, it should work once elm-oracle is updated.

pbogut avatar Sep 07 '18 09:09 pbogut

I don't think it will work when elm-oracle is updated, this plugin looks for the "elm-package.json" file which has now been renamed to "elm.json". Other than that you're probably good

simvux avatar Sep 07 '18 21:09 simvux

Oh yeah, you're correct. Will change that later, wont help too much though.

pbogut avatar Sep 08 '18 06:09 pbogut

@pbogut there's https://github.com/antew/elm-lsp. It does not support code-completion but it is worth looking at. It should be added eventually.

kornicameister avatar Apr 26 '19 19:04 kornicameister