Fork me on GitHub
#cljs-dev
<
2016-04-27
>
thheller17:04:47

@mfikes I'm using cljs.core/caching-hash for one of my deftypes. don't see any reason why that should be private

mfikes17:04:22

@thheller: cljs.core/caching-hash has a comment indicating ;; internal. Perhaps anything marked private in CLJS-1636 could be in use in the wild. Hmm. I’m not in a position to take decisions on any of them.

thheller18:04:13

yeah I just saw your ticket and thought I would mention it

thheller18:04:50

caching-hash is just convenient for anything deftype

thheller18:04:05

haven't looked at the others

spinningtopsofdoom18:04:23

cljs.core/caching-hash is definitely convenient when using deftype

mfikes19:04:21

@thheller: @spinningtopsofdoom. I’ve commented in the ticket regarding feedback above.