Fork me on GitHub
#cljs-dev
<
2019-04-19
>
borkdude12:04:49

it seems the calls to array-copy here are calling a private function. should I post an issue about this? https://github.com/clojure/core.rrb-vector/blob/master/src/main/cljs/clojure/core/rrb_vector/nodes.cljs#L94

borkdude12:04:24

they are not reported because of some other JIRA issue: unqualified calls to private functions to cljs.core are not reported

dnolen19:04:02

@borkdude I guess we could make that public - it doesn't seem like a big deal to me