Skip to content

Commit

Permalink
Bump ClojureScript version, use hash-ordered-coll
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmarczyk committed Aug 12, 2014
1 parent b25dec7 commit 430270c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -12,7 +12,7 @@
:global-vars {*warn-on-reflection* true}
:jvm-opts ^:replace []
:profiles {:dev {:test-paths ["src/test_local/clojure"]
:dependencies [[org.clojure/clojurescript "0.0-2234"]
:dependencies [[org.clojure/clojurescript "0.0-2311"]
[collection-check "0.1.3"]]
:plugins [[lein-cljsbuild "1.0.3"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}}
Expand Down
4 changes: 2 additions & 2 deletions src/main/cljs/clojure/core/rrb_vector/rrbt.cljs
Expand Up @@ -101,7 +101,7 @@
s)))

IHash
(-hash [coll] (caching-hash coll hash-coll __hash))
(-hash [coll] (caching-hash coll hash-ordered-coll __hash))

IReduce
(-reduce [coll f]
Expand Down Expand Up @@ -289,7 +289,7 @@

IHash
(-hash [this]
(caching-hash this hash-coll __hash))
(caching-hash this hash-ordered-coll __hash))

ISeqable
(-seq [this]
Expand Down

0 comments on commit 430270c

Please sign in to comment.