VALIDATORS can leak implementation details about what function handles a validator #467
Labels
Bug
Something doesn't work the way it should.
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
SomeValidator.VALIDATORS
assumes a 1-1 mapping between validators and validating functions.That's not necessarily the case though.
E.g., the implementation of the
then
validator happens insideif
.The text was updated successfully, but these errors were encountered: