-
Notifications
You must be signed in to change notification settings - Fork 45
Error when updating elm-lang/virtual-dom from 2.0.1 to 2.0.2 #133
Comments
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it! Here is what to expect next, and if anyone wants to comment, keep these things in mind. |
The same issue was also reported as elm-lang/elm-package#254. |
Ran into this too. Deleting elm-stuff and rebuilding worked for me. |
This is a minor annoyance, but I suspect it affects a lot of people. It is easy to reproduce. I am not sure if this hasn't been addressed yet because of the complexity of regression testing a fix, or because no one has looked into this issue yet. |
This happens all the time for us right now, particularly on Travis while running I suspect it might be correlated with a high number of available cores. For people experiencing this, I wonder if it would ever happen for you when running |
Minor version bump in elm-lang/virtual-dom causes elm-make
to fail building a project with the error:
Map.!: given key is not an element in the map
Apparently someone reported the exact same problem on the mailing list:
https://groups.google.com/forum/#!topic/elm-discuss/cN0GFZpw_b0
Here is a transcript from my project:
as noted in the email thread - nuking the
elm-stuff
folder leads to a fully working build again (afterelm package install
of course).The text was updated successfully, but these errors were encountered: