dry-rb / dry-schema

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

Fix types and key maps for composed schemas #415

Closed robhanlon22 closed 2 years ago

robhanlon22 commented 2 years ago

Two issues addressed here:

These fixes allow for different key sets to be processed correctly.

robhanlon22 commented 2 years ago

@solnic looks like there is an issue when running the tests against dry-types's current main branch.

solnic commented 2 years ago

@robhanlon22 please rebase, main is now fixed

robhanlon22 commented 2 years ago

@solnic this is ready for eyeballs finally! sorry, had a bunch of other stuff i needed to get to

robhanlon22 commented 2 years ago

Comments addressed!