Minor Clojure 1.11 Alpha 4 compatibility issue
seancorfield opened this issue · 1 comments
seancorfield commented
Alpha 4 introduces a new abs function in clojure.core leading to these warnings:
WARNING: abs already refers to: #'clojure.core/abs in namespace: java-time.core, being replaced by: #'java-time.core/abs
WARNING: abs already refers to: #'clojure.core/abs in namespace: java-time, being replaced by: #'java-time/abs
puredanger commented
Just needs a (:refer-clojure :exclude [abs]) in the ns