Skip to content
New issue

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

Spec.conform_valid does not propogate beyond collection, dict, and tuple specs #51

Open
chrisrink10 opened this issue Apr 10, 2020 · 0 comments · May be fixed by #67
Open

Spec.conform_valid does not propogate beyond collection, dict, and tuple specs #51

chrisrink10 opened this issue Apr 10, 2020 · 0 comments · May be fixed by #67
Assignees
Labels
bug Something isn't working

Comments

@chrisrink10
Copy link
Contributor

It is not currently possible to propogate calls to Spec.conform_valid beyond a collection, dictionary, or tuple spec, because that call simply calls Spec.conformer directly (which ultimately ends up calling Spec.conform on any child Specs, rather than Spec.conform_valid).

@chrisrink10 chrisrink10 added the bug Something isn't working label Apr 10, 2020
@chrisrink10 chrisrink10 self-assigned this Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant