-
Notifications
You must be signed in to change notification settings - Fork 532
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
Test failing on Url.Parser, Url.Builder - elm 0.18 #58
Comments
Yep, the master branch is on 0.19, it won't compile with 0.18 |
I'm still having trouble with test. I now installed [email protected] and [email protected] I cannot find module 'Article'. Module 'RoutingTests' is trying to import it. Potential problems could be:
More thoughts? Thanks for your help! |
That error message mentions Check You might also ask on the Elm Slack (http://elmlang.herokuapp.com/), you'll get more people able to help! |
Progress. I reinstalled [email protected] and [email protected].
Thoughts? |
Looks like those are failing tests. I'm not sure if @rtfeldman updated them completely when he rewrote the app a little while ago. For example one of the tests wants |
Hello,
Is the current master branch dependent upon elm .19 ?
I'm receiving this on elm test :
I cannot find module 'Url.Parser'.
Module 'Article.Slug' is trying to import it.
Potential problems could be:
Compilation failed while attempting to build /home/fitzpe/programming/elm/elm-spa-example/tests/RoutingTests.elm
The terminal process terminated with exit code: 1
Thoughts anyone?
Thanks,
Peter Fitzgibbons
The text was updated successfully, but these errors were encountered: