Clojure 1.9 beta15 spec failure
bjconlan opened this issue · 1 comments
bjconlan commented
When building using lein less4j once
the following output error is displayed (due to Clojure 1.9beta15 having hardened syntactical requirements)
leiningen.less4j/compile-less fails spec: :clojure.core.specs/arg-list at: [:args :bs :arity-1 :args] predicate: vector?
leiningen.less4j/compile-less fails spec: :clojure.core.specs/args+body at: [:args :bs :arity-n] predicate: (cat :args :clojure.core.specs/arg-list :body (alt :prepost+body (cat :prepost map? :body (+ any?)) :body (* any?)))
This prevents the task from being fulfilled.
bjconlan commented
My apologies, This is invalid when testing against 0.6.2. (missed updating plugin dependencies)