planck

Planck ClojureScript REPL
nate 2019-01-08T22:08:48.002300Z

I'm encountering an odd issue when working with Planck. It seems that when I call println from an imported cljc file it works the first time, but then if I change the imported file and re-run Planck complains that println is undeclared. I've created a minimal reproduction repository here: https://github.com/justone/planck-println-missing

mfikes 2019-01-08T22:10:38.002700Z

Smells like a bug; probably worth filing an issue in the Planck repo.

nate 2019-01-08T22:15:52.002900Z

ok, will do

nate 2019-01-08T22:15:53.003200Z

thanks

nate 2019-01-08T22:24:14.003400Z

https://github.com/planck-repl/planck/issues/855