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

elm 0.19 transition #15

Open
1 of 2 tasks
gbtb opened this issue Jun 12, 2018 · 2 comments
Open
1 of 2 tasks

elm 0.19 transition #15

gbtb opened this issue Jun 12, 2018 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@gbtb
Copy link
Owner

gbtb commented Jun 12, 2018

It has two major parts:

  • Ensure no breaking changes in json libs/syntax happend (maybe it will require addition of an elm-version config field/arg)
  • Transfer whole project into 0.19. Major block here is elm-ast, which relies on custom parser lib, which heaily uses custom bin ops, which will be deprecated in 0.19 :D.
@gbtb gbtb added the enhancement New feature or request label Jun 12, 2018
@gbtb gbtb added this to the 0.1.11 milestone Aug 25, 2018
@gbtb
Copy link
Owner Author

gbtb commented Aug 25, 2018

Breaking changes: 0.18-0.19:

  1. No more decode in json-decode-pipeline. I can just move to succeed from vanilla package, and not break 0.18 back compat.
  2. list, array signature changes, addition of set and dict functions

@gbtb
Copy link
Owner Author

gbtb commented Sep 4, 2018

Things to consider, if i got to parser change for 0.19:

  1. Application should take list of arguments instead of recursion hell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant