You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a ^:min-clj-version test filter, fix min-clj-version
To be able to account for subtle differences between Clojure versions we have
metadata based filters. The min-clojure-version filter however no longer worked
correctly because Clojure 1.10 would sort before 1.9. Fixed this by adding
explicit version parsing, and also added a max-clj-version filter.
0 commit comments