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

API migrations for Elm 0.19 #32

Open
3 of 11 tasks
avh4 opened this issue May 10, 2018 · 0 comments
Open
3 of 11 tasks

API migrations for Elm 0.19 #32

avh4 opened this issue May 10, 2018 · 0 comments
Milestone

Comments

@avh4
Copy link
Owner

avh4 commented May 10, 2018

This is a tentative list from the limited info about Elm 0.19

  • 🛑 remove elm install ordering workaround (blocked on Elm)
  • install test dependencies (blocked on elm-test)
  • add elm-lang/browser if necessary
  • for packages, move elm files to src/ (or warn)
  • move tests to tests/
  • update readme
  • for packages, warning if license is not in the whitelist
  • if more than 5 exposed modules, give warning (see upgrade docs)

js stuff

elm-format stuff

  • .program -> Browser.*
  • Json.parse returns Json.Error
  • name shadowing is not allowed
  • (maybe?) case on numbers becomes if/else?
@avh4 avh4 added this to the Elm 0.19 milestone May 10, 2018
@avh4 avh4 mentioned this issue May 10, 2018
23 tasks
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

1 participant