Spec.conform_valid
does not propogate beyond collection, dict, and tuple specs
#51
Labels
bug
Something isn't working
It is not currently possible to propogate calls to
Spec.conform_valid
beyond a collection, dictionary, or tuple spec, because that call simply callsSpec.conformer
directly (which ultimately ends up callingSpec.conform
on any child Specs, rather thanSpec.conform_valid
).The text was updated successfully, but these errors were encountered: