Re: [elm-discuss] Re: elm-make: Map.!: given key is not an element in the map

2016-11-29 Thread matthieu VIDAL
I kept the whole directory : https://github.com/elm-lang/elm-package/issues/254 Le lundi 28 novembre 2016 20:39:33 UTC+1, Nick H a écrit : > > The situation should be much improved now in 0.18. I don't see it > mentioned in the release notes, but from the beta announcement >

Re: [elm-discuss] Re: elm-make: Map.!: given key is not an element in the map

2016-11-28 Thread Anthony Naddeo
Definitely. Looks like I'm problem free at the moment. Hopefully I can reproduce. On Mon, Nov 28, 2016, 11:39 AM Nick H wrote: > The situation should be much improved now in 0.18. I don't see it > mentioned in the release notes, but from the beta announcement >

Re: [elm-discuss] Re: elm-make: Map.!: given key is not an element in the map

2016-11-28 Thread Nick H
The situation should be much improved now in 0.18. I don't see it mentioned in the release notes, but from the beta announcement : Fix elm-make bug where build artifacts could get corrupted, requiring > delete of

Re: [elm-discuss] Re: elm-make: Map.!: given key is not an element in the map

2016-11-28 Thread Anthony Naddeo
I actually just followed the advice in this thread and deleted the elm-stuff folder. Retrying from that point resulted in a re-download of the packages and everything worked out. I didn't have to do anything special beyond that unfortunately. On Mon, Nov 28, 2016 at 4:59 AM maria nemcova

[elm-discuss] Re: elm-make: Map.!: given key is not an element in the map

2016-11-28 Thread maria nemcova
Hi Anthony for me it's the same. Did u find some solution to fix it? thanks Maria On Saturday, November 26, 2016 at 3:42:14 PM UTC+1, Anthony Naddeo wrote: > > Thanks a lot, was pretty confused about this one... > > I'm assuming this should actually never happen. I'll have to see if anyone >

[elm-discuss] Re: elm-make: Map.!: given key is not an element in the map

2016-11-26 Thread Anthony Naddeo
Thanks a lot, was pretty confused about this one... I'm assuming this should actually never happen. I'll have to see if anyone filed a bug on this. My project was brand new and all Elm .18, so this could probably happen to a new Elm user. It started happening after I installed the decoder

[elm-discuss] Re: elm-make: Map.!: given key is not an element in the map

2016-11-25 Thread matthieu VIDAL
Hi yes it solves the problem. Thanks Le samedi 26 novembre 2016 01:43:17 UTC+1, Tom Ayerst a écrit : > > Have you tried deleting elm-stuff (just build artefacts might work) and > then rebuilding everything? > > On Friday, 25 November 2016 21:44:03 UTC, matthieu VIDAL wrote: >> >> Hi >> >> I've

[elm-discuss] Re: elm-make: Map.!: given key is not an element in the map

2016-11-25 Thread Tom Ayerst
Have you tried deleting elm-stuff (just build artefacts might work) and then rebuilding everything? On Friday, 25 November 2016 21:44:03 UTC, matthieu VIDAL wrote: > > Hi > > I've got this poor error message : > > > elm-make: Map.!: given key is not an element in the map > > > > when working