-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compiling package's gets stuck at verifying dependencies #18
Comments
Sorry, I had forgotten I had made some changes to the compiler before testing this. Removing those compiler changes fixes this issue. However, for a more complicated example I still have the same issue. Specifically when I tried compiling this package https://github.com/MartinSStewart/elm-audio/blob/4.0.4/elm.json the compiler got stuck at |
Interesting, I thought that the compiler didn't support windows (relates to #1), could it be related to that? |
I have tried running it on my mac and I also see the same issue. It seems to relate to |
It looks like the issue relates to this line: https://github.com/guida-lang/compiler/blob/master/builder/src/Elm/Details.elm#L799 It's erroring with the following issues:
This is probably related with #14. |
It seems to work fine on Windows for the most part. As for #14 I tried fixing it but was unsuccessful. Here's some related discussion miniBill/elm-unicode#3 |
I've just added a few thanks ❤️ |
I'm able to compile elm-audio on my Mac. But on Windows now nothing compiles. It gets stuck here
|
If I revert to the old compiler version it still gets stuck now. Not sure what happened, will investigate. |
Nevermind, it was a stupid mistake on my part (running bin/guida.js instead of bin/index.js). elm-audio compiles in Windows too! |
Those are great news! Thanks for taking the time looking into this @MartinSStewart. I'll also make a note on #1 about it running on windows. Can we close this ticket in favour of #14? |
If I create a simple package, for example
with no dependencies other than
elm/core
, it will get stuck atVerifying dependencies (7/8)
OS: Windows
The text was updated successfully, but these errors were encountered: