-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrade to Elm 0.19 #37
Comments
https://github.com/Bogdanp/elm-combine -- archived by owner andrewMacmurray/elm-delay#5 bartavelle/json-helpers#5 https://github.com/elm-community/basics-extra -- no 'upgrade to 0.19' issue yet https://github.com/knledg/touch-events -- no 'upgrade to 0.19' issue yet rgrempel/elm-route-url#37
https://github.com/Bogdanp/elm-combine -- archived by owner andrewMacmurray/elm-delay#5 bartavelle/json-helpers#5 https://github.com/elm-community/basics-extra -- no 'upgrade to 0.19' issue yet knledg/touch-events#20 rgrempel/elm-route-url#37
https://github.com/Bogdanp/elm-combine -- archived by owner andrewMacmurray/elm-delay#5 bartavelle/json-helpers#5 https://github.com/elm-community/basics-extra -- no 'upgrade to 0.19' issue yet knledg/touch-events#20 rgrempel/elm-route-url#37
I've pondered for a while by reading docs, and convinced myself that there's still a need for this. So, I've started poking at it to see if the compiler agrees with me. :) See https://github.com/jerith666/elm-route-url/tree/update-019 for my fiddlings so far. |
Thanks — I will take a look as soon as I can. |
To be clear, it doesn't compile yet ... but my time comes in fits and spurts, so wanted to throw it out there in case it saves someone else a bit of time before I can pick it back up again. :) |
Okay, pushed a few more commits. There are two compilation errors now, both require some thought. in My temptation is to push this problem outside of
Second, we don't have anything obvious to use for the |
Carried through the above-proposed UrlChange refactor, feels pretty reasonable, but we'll see. Decided to just require the client code to supply an Down to no compilation errors in RouteUrl.elm, but still some in RouteUrl.Builder and RouteHash. |
I've completed updating my photo album app to use this, and it both works okay and feels okay in the code. Commits on my project that show the changes include: jerith666/elbum@ce80ac0 We'll need to update docs and examples before we have something releasable ... what do you think, is this the right direction? |
Is there any further updates on this? I'd like to help push this through to 0.19 if you still think its worthwhile. We use elm-route-url extensively in our application and its holding us back from upgrading to 0.19. |
Ah, yes, I haven't taken a close look at this yet -- partly because I haven't had occasion to update the apps I'm working on to Elm 0.19 yet. I'll make some time for this in the next few days! |
If it'd be easier to have a PR open with my changes so far, just LMK! |
@jerith666 That would be useful - were there many changes required to move to Elm 0.19? |
I'll have to play with Elm 0.19 a bit to see what makes sense.
Elm's own theory about how to handle URLs has changed at least somewhat between 0.18 and 0.19. So, the question will be how the different approach used by this package fits in.
The text was updated successfully, but these errors were encountered: