We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zen/length is defined here:
zen/pkg/zen.edn
Lines 163 to 166 in 6529623
but defmethod zen.v2-validation/compile-key :length is missing
defmethod zen.v2-validation/compile-key :length
Execute this to reproduce:
(def ztx (zen.core/new-context)) (zen.core/load-ns ztx '{ns myns mystr {:zen/tags #{zen/schema}, :type zen/string, :length 10}}) (zen.core/errors ztx) (zen.core/validate ztx #{'myns/mystr} "hello") ;; => {:errors [], :warnings [], :effects []}
Urgency: low Just noticed this issue, don't use :length myself
The text was updated successfully, but these errors were encountered:
No branches or pull requests
zen/length is defined here:
zen/pkg/zen.edn
Lines 163 to 166 in 6529623
but
defmethod zen.v2-validation/compile-key :length
is missingExecute this to reproduce:
Urgency: low
Just noticed this issue, don't use :length myself
The text was updated successfully, but these errors were encountered: