LightTable / Clojure

Light Table Clojure language plugin
MIT License
99 stars 47 forks source link

Clojure 1.7.0 Alpha 2 compatibility - lighttable.nrepl.sonar/cat #23

Closed seancorfield closed 10 years ago

seancorfield commented 10 years ago

When using lighttable.nrepl with 1.7.0 Alpha 2, the following warning appears (due to the new transducer function in clojure.core):

WARNING: cat already refers to: #'clojure.core/cat in namespace: lighttable.nrepl.sonar, being replaced by: #'lighttable.nrepl.sonar/cat

cldwalker commented 10 years ago

Good point. Happy to take a pull for it. Renaming cat to cat-expr seems a reasonable fix