Closed alassek closed 3 years ago
Fixes #352
Adds source_cache to Dry::Schema::Messages::YAML.
source_cache
Dry::Schema::Messages::YAML
Since this data is now being shared by Schemas, I opted to freeze it.
I'm leaning towards not adding test coverage for this specifically, since it's changing the implementation of a feature that is already under test.
Fixes #352
Adds
source_cache
toDry::Schema::Messages::YAML
.Since this data is now being shared by Schemas, I opted to freeze it.
I'm leaning towards not adding test coverage for this specifically, since it's changing the implementation of a feature that is already under test.