dm3 / clojure.java-time

Java 8 Date-Time API for Clojure
MIT License
467 stars 47 forks source link

Minor Clojure 1.11 Alpha 4 compatibility issue #82

Closed seancorfield closed 2 years ago

seancorfield commented 2 years ago

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 2 years ago

Just needs a (:refer-clojure :exclude [abs]) in the ns