salsify / avromatic

Generate Ruby models from Avro schemas
MIT License
89 stars 17 forks source link

Fix immutable caching #132

Closed jturkel closed 3 years ago

jturkel commented 3 years ago

This PR fixes a bug where Avromatic was incorrectly caching validation results and serialized attributes when an immutable model had mutable children. I noticed this while working on #131.

/cc @askreet