Closed borkdude closed 2 years ago
Please take the following pull request instead which fixes this issue and a breaking change in Google Closure: https://github.com/bhauman/figwheel-repl/pull/18
Finally addressed this sorry it took so long. I thought I had done it already. The change is in 0.2.16-SNAPSHOT
Hi @bhauman. We're using figwheel during development and also clojure.spec. When upgrading to the latest figwheel, our compilation process failed due to a spec error.
It seems the core specs don't like the imports from the
figwheel.repl.logging
ns which this PR fixes.Clj-kondo also warned about it:
and after fixing it, clj-kondo showed that you're not actually using these imports, but I left them in to not change the code too much.