planck

Planck ClojureScript REPL
borkdude 2019-04-19T12:42:30.038900Z

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

mfikes 2019-04-19T21:48:58.040Z

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

borkdude 2019-04-19T21:50:31.040200Z

ah ok