什么是elm-make:Map。!:给定键不是地图中的元素

时间:2016-12-17 08:15:51

标签: elm

使用elm 0.18进行编译时我得到and has a very large wing ,但我似乎无法在任何elm-make: Map.!: given key is not an element in the map中找到任何错误。

编辑:我有一个修复程序(在下面发布),但我仍然想知道这个错误的含义以及来自何处。

3 个答案:

答案 0 :(得分:15)

删除.elm-stuff并重新安装软件包可以解决问题。

答案 1 :(得分:2)

有一个github问题:https://github.com/elm-lang/elm-package/issues/254。目前没有答案,但也许这就是他们出现的地方......?

答案 2 :(得分:0)

0.19编译器有问题。您可以在此处查看问题的进度:https://github.com/elm/compiler/pull/1850#issuecomment-509327575

同时,您可以安装0.19.1编译器的开发版本,在此处使用fork:https://github.com/CurrySoftware/compiler,或者运行不带有--debug标志的代码。