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
Smells like a bug; probably worth filing an issue in the Planck repo.
ok, will do
thanks