Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

hash-coll, hash-imap and hash-iset are private and no longer used. Their usage was replaced by hash-ordered-coll, and hash-unordered-coll when murmur3 hashing was introduced.

6 Answers

0 votes
by

Comment made by: mfikes

AFAICT, there hasn't yet been a release of {{core.rrb-vector}} with this patch
https://github.com/clojure/core.rrb-vector/commit/430270c8c81103ad1e37f1a50541774490c37037#diff-f278665ddc1fc8c3e25b92199e2a1421

0 votes
by

Comment made by: mfikes

CLJS-2804.patch no longer applies

0 votes
by

Comment made by: tmulvaney

Thanks Mike, rebased patch attached.

0 votes
by

Comment made by: mfikes

CLJS-2804.2.patch passes CI (/)

0 votes
by

Comment made by: mfikes

core.rrb-vector-0.0.13 has been released with the patch mentioned above

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2804 (reported by tmulvaney)
...