fix(runtime): cljAssocIn handles vectors as keys path

fix(emitter): remove contains? from special-forms list (handled elsewhere)
This commit is contained in:
2026-05-12 18:55:27 +03:00
parent 7adace4ee1
commit 014a192c5d
2 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -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",