-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update to Elm 0.15.1 (from 0.12) #9
Comments
According to the README of this repository, it is not really maintained anymore. Maybe for the sake of keeping the http://debug.elm-lang.org/ site alive, it would make sense to update stuff nevertheless. But it could be a lot of work. |
I can read that it is not maintained anymore in the README, but when you come to http://debug.elm-lang.org/ it doesn't say anything there. There are lot of tutorials out there which suggest using the online version of the debugger, so it would be nice to include this information there as well. |
Right. Up to @evancz to decide what form of warning to put on the http://debug.elm-lang.org/ page that while the examples there do work, newer code that is valid current Elm might not. |
actually update to 0.17.0 |
@iqualfragile I doubt it's that easy. Would need to have elm-reactor's time travelling debugging back, to begin with. |
there is http://package.elm-lang.org/packages/jinjor/elm-time-travel/1.0.6/ |
I was playing with the online debugger and even the following simple example that works at http://elm-lang.org/try throws a bunch of errors:
When I remove exposing it throws this:
because as I can see in the hint it tries to import toString from JSON.toString. If I click on the hint it points to http://library.elm-lang.org/catalog/evancz-Elm/0.12/Json#toString and I get Server not found message.
It does't work even when I try this:
I believe that http://elm-lang.org/try and http://debug.elm-lang.org/try should use the same (latest) version of Elm otherwise the debugger is not usable at all.
BTW: the Try it! buttons next to the examples at http://debug.elm-lang.org are are not clickable, but if you click on the Debug it takes you to http://debug.elm-lang.org/try where you can see the examples (written in Elm 0.12).
The text was updated successfully, but these errors were encountered: