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
It seems that for 3 levels the composition of defvalidatorset is broken:
(defvalidatorset lowest :a [v/required] ) (defvalidatorset middle :b lowest ) (defvalidatorset upper :c middle ) (:bouncer.core/errors (second (bouncer.core/validate {:c {:b {:a 1}}} vsphere.validations/upper))); => {[:c :b] {:a ("a must be present")}}
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the bug report. I believe I've found the source of the issue and expect to have a fix for it later today.
Cheers,
Sorry, something went wrong.
Thanks
382cc3e
I pushed [bouncer "0.2.3-beta4"] to clojars. It contains this fix. It'd be great if you could give it a try.
[bouncer "0.2.3-beta4"]
No branches or pull requests
It seems that for 3 levels the composition of defvalidatorset is broken:
The text was updated successfully, but these errors were encountered: