fzakaria / slf4j-timbre

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

Use of clojure.string without require #29

Closed SevereOverfl0w closed 6 years ago

SevereOverfl0w commented 6 years ago

https://github.com/fzakaria/slf4j-timbre/blob/master/src/slf4j_timbre/adapter.clj#L25

This happens to be okay, but may not always be depending on how other libraries decide to perform requires.

rufoa commented 6 years ago

Good catch

rufoa commented 6 years ago

Fixed in 0.3.10, now available in clojars Thanks