Fork me on GitHub
#planck
<
2019-04-19
>
borkdude12:04:30

I found the following errors when linting planck:

./planck-cljs/src/planck/pprint/data.cljs:50:43: error: call to private function strip-ns
./planck-cljs/src/planck/pprint/data.cljs:52:47: error: call to private function strip-ns
./planck-cljs/src/planck/repl.cljs:64:30: error: call to private function find-ns-obj*
I don’t know if this is legit, but if it is, I could post an issue

mfikes21:04:58

Yeah, they are calling private API @borkdude. Interestingly for them, they are AOT compiled, so nobody ever sees them in the shipping Planck.