fzakaria / slf4j-timbre

SLF4J binding for Clojure's Timbre
Eclipse Public License 1.0
94 stars 23 forks source link

Bugfix: `clojure.core/unquote` was still being used in the else block. #44

Closed maxweber closed 3 years ago

maxweber commented 3 years ago

First of all thanks a lot for creating this lib :+1:

I guess -log was a macro before, however in the else block two ~ were still being used.

rufoa commented 3 years ago

Thank you for this Max! I'll check it out ASAP and get it merged. Those lines were indeed originally in a macro.

Looks like my tests need some work too :grimacing:

rufoa commented 3 years ago

Pushed to clojars as [com.fzakaria/slf4j-timbre "0.3.21"]

Thanks again @maxweber!