Hi everyone,
I don’t know if this is the right place to post. But since I already automated my build on travis-ci, I can be sure, that everyone will be familiar with the build output.
I might be strumbled upon a bug in elm/compiler:
When I try to build my repo, my whole computer freezes and I have to kill the process. Here the same result on travis-ci:
https://travis-ci.org/msquaredc/elm-coding/builds/588485123
Is there a way to get the filename of the file causing trouble? Is there a way to debug this? The only progress I made so far is, that if i comment out line 12 of src/Main.elm (namely import Page
), I will be told that Page is not defined (which is in this case correct)
Please help me @stoeffel
and @rtfeldman
, you’re my only hope