gregziegan / elm-autocomplete

Autocomplete for Elm apps; in Elm
http://package.elm-lang.org/packages/thebritican/elm-autocomplete/latest
BSD 3-Clause "New" or "Revised" License
173 stars 43 forks source link

Port to 0.18 #44

Closed danstn closed 7 years ago

danstn commented 7 years ago

For #43

Upgraded using elm-upgrade and elm-format (latest versions).

$ elm make                                                                                                                                                          
Success! Compiled 0 modules.                                        

$ elm test                                                                                                                                                           [21:38:49]
Success! Compiled 1 module.                                         
...

elm-test
--------

Running 2 tests. To reproduce these results, run: elm-test --seed 1463932981

TEST RUN PASSED

Duration: 9 ms
Passed:   2
Failed:   0
danstn commented 7 years ago

Uhoh, I somehow missed there is already a PR to migrate to 0.18. Closing this one.