Unexpected error with dry-validation

Hi all,

Is the following behavior expected or a bug in dry-validation?

http://pastebin.com/wVULfky1

kind regards
Pieter

Starting from 0.10.0 you can ask for error messages exclusively via Result#errors, so test_1.call(input).errors. Hints are available via Result#hints now and previous behavior of #messages is the same which means we merge errors with hints, which in some cases is problematic so we’ve separated that in 0.10.0. Now that I think about it I realize format? should be removed from hints, I’ll file an issue about this.

ps. apologies for this late reply, I stopped receiving email notifications from discourse for some reason! I’ll look into this…