ohanhi / fish-elm-completions

Elm related completions for the friendly interactive shell
BSD 3-Clause "New" or "Revised" License
21 stars 1 forks source link

Current version broken for 0.18, too #9

Open andys8 opened 6 years ago

andys8 commented 6 years ago

Issue

elm-package install artur + [TAB]

Result

elm-package install arturcomplete: Completion '<html><head><title>301MovedPermanently</title></head><bodybgcolor=white><center><h1>301MovedPermanently</h1></center><hr><center>nginx/1.10.3(Ubuntu)</center></body></html>' contained a syntax error
complete: Expected an argument, but found a redirection
<html><head><title>301MovedPermanently</title></head><bodybgcolor=white><center><h1>301MovedPermanently</h1></center><hr><center>nginx/1.10.3(Ubuntu)</center></body></html>
^
andys8 commented 6 years ago

https://github.com/ohanhi/fish-elm-completions/blob/815039fd663d3fa3dd3b1c60356fda3610f62e47/elm-package.fish#L34

is using https://package.elm-lang.org/new-packages which was removed with https://github.com/elm/package.elm-lang.org/commit/0e9fe67696fa14838098283e6eb97a9ca51cf91d

SirMishaa commented 2 years ago

Broken for me, too