lambdaisland / glogi

A ClojureScript logging library based on goog.log
Mozilla Public License 2.0
119 stars 13 forks source link

trying to use kaocha-cljs2 on latest cljs, get 'No such namespace: goog.debug.Logger,' #19

Closed henryw374 closed 2 years ago

henryw374 commented 2 years ago

bc breaking changes in closure :(

henryw374 commented 2 years ago

I see there is a kaocha cljs2 issue already

plexus commented 2 years ago

Yeah sorry, been trying to make some progress on a new release but it's a bit of a yak shave.

luposlip commented 2 years ago

So, it's not just me that can't get glogi to work with cljs 1.10.891?

rgm commented 2 years ago

Just linking the issue: https://github.com/lambdaisland/kaocha-cljs2/issues/14.

I fixed the breakage in a kaocha-cljs 1.0.107 / clojurescript 1.11.60 project by adding com.lambdaisland/glogi {:mvn/version "1.1.144"} explicitly to my deps.edn. The explicit listing overrides the transient 1.0.128 version of glogi pulled in by kaocha-cljs.