taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.16k stars 131 forks source link

exclude parse-{long,double} from clojure.core #269

Closed ruseel closed 1 year ago

ruseel commented 2 years ago

In Clojure 1.11, following WARNING is occurs

WARNING: parse-long already refers to: #'clojure.core/parse-long in namespace: taoensso.carmine, being replaced by: #'taoensso.carmine/parse-long

kendagriff commented 1 year ago

Any chance this could be merged and cut as a release?

ptaoussanis commented 1 year ago

Will be fixed in next release 👍. In the meantime, please note that these warnings can be safely ignored.