fix(runtime): cljAssocIn handles vectors as keys path
fix(emitter): remove contains? from special-forms list (handled elsewhere)
This commit is contained in:
+1
-1
@@ -2107,7 +2107,7 @@ proc emitSpecialForm(items: seq[CljVal], indent: int, needsValue: bool = false):
|
||||
"to-array", "into-array", "vector", "rand", "rand-int",
|
||||
"rand-nth", "random-sample",
|
||||
"assoc", "dissoc", "get", "get-in", "update", "assoc-in",
|
||||
"contains?", "select-keys",
|
||||
"select-keys",
|
||||
"disj", "peek", "pop",
|
||||
"transduce", "ex-info",
|
||||
"compare", "subvec",
|
||||
|
||||
Reference in New Issue
Block a user