Skip to content

Commit 4879df1

Browse files
committed
- try hashing a vector, not hashing properly in CI is very weird
1 parent 4f042fb commit 4879df1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10378,6 +10378,10 @@ reduces them without incurring seq initialization"
1037810378

1037910379
(defn- simple-map-entry [k v]
1038010380
(reify
10381+
ICounted
10382+
(-count [coll] 2)
10383+
IHash
10384+
(-hash [coll] (hash-ordered-coll [k v]))
1038110385
IEquiv
1038210386
(-equiv [coll other] (equiv-sequential coll other))
1038310387
IVector

0 commit comments

Comments
 (0)