dry-rb / dry-schema

Coercion and validation for data structures
https://dry-rb.org/gems/dry-schema
MIT License
425 stars 110 forks source link

Custom type fixes #425

Closed robhanlon22 closed 2 years ago

robhanlon22 commented 2 years ago

Appends the Value macro directly instead of calling .value and re-extracting the type spec.

For consistency, hoist maybe to the DSL as well so it can be used inside of blocks, just like filled.

Incorporates a variant of @ADStrovers repro spec from #423.

Resolves #419. Resolves #423.

solnic commented 2 years ago

Thanks for taking care of this. I'm gonna release it today/tomorrow.