Fork me on GitHub
#planck
<
2019-01-08
>
nate22:01:48

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

mfikes22:01:38

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

nate22:01:52

ok, will do