dbt-labs / hologram

A library for automatically generating Draft 7 JSON Schemas from Python dataclasses
MIT License
9 stars 13 forks source link

Move registered encoders to be first #17

Closed beckjake closed 5 years ago

beckjake commented 5 years ago

Make registered encoders go first when finding encoders/decoders/schemas. This way you can successfully override an encoder for a specific subtype of things (see the test for an example of why I care).

I also made errors when finding encoders/decoders/schemas into hard errors - mysteriously non-encoding values are very annoying and never what I want.