dm3 / clojure.java-time

Java 8 Date-Time API for Clojure
MIT License
461 stars 45 forks source link

`not-{before,after}?` broken for equal arguments that need coercion #105

Closed frenchy64 closed 7 months ago

frenchy64 commented 7 months ago

Related https://github.com/dm3/clojure.java-time/issues/104

Broken by https://github.com/dm3/clojure.java-time/commit/24388e8eeaba3e251cc6fa0a96bc6f01ee48e849

(is (j/<= (j/day-of-week :saturday) :saturday))
(is (j/>= (j/day-of-week :saturday) :saturday))