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
This function is essentially meant to be the
'dead simple', newbie friendly entry into validation.
Making it use best_match means even friendlier initial
errors, so we switch to using that.
Users who care about potential small effects this has
on performance should already likely be using
an explicitly constructed validator class, and choosing
themselves whether to call best_match or not.
Closes: #498
0 commit comments