tolitius / mount

managing Clojure and ClojureScript app state since (reset)
Eclipse Public License 1.0
1.22k stars 88 forks source link

Silent *logger* warning in latest ClojureScript #101

Closed arichiardi closed 5 years ago

arichiardi commented 5 years ago

The latest version is a bit stricter and emits a warning for ear-muffed vars with no ^:dynamic.

tolitius commented 5 years ago

ah, niice. thank you!

(project.clj is no longer really used, I thought of getting rid of it, I might do it some time later)

arichiardi commented 5 years ago

Actually discovered that you can plug a logger, handy!