clojupyter / clojupyter

a Jupyter kernel for Clojure
MIT License
829 stars 90 forks source link

Update timbre dep #176

Closed vxe closed 4 weeks ago

vxe commented 1 month ago

this fixes the errors i'm getting for

Caused by: clojure.lang.ArityException: Wrong number of args (12) passed to: taoensso.timbre/-log!
        at clojure.lang.AFn.throwArity(AFn.java:429)
        at clojure.lang.AFn.invoke(AFn.java:82)

alternate approaches

I tried excluding timbre and manually installing this version timbre but kept running into

Caused by: Syntax error macroexpanding taoensso.encore/defalias at (taoensso/encore.cljc:711:6).
[encore/defalias] Failed to resolve source var for sym: taoensso.truss/with-data
krukow commented 4 weeks ago

Thanks! Based on this PR, I've created a more general update of dependencies and cutting a release: https://github.com/clojupyter/clojupyter/pull/177 - this PR includes the commits from this branch