QuiltMC / quilt-config

Quilt Config (aka "haven king's metadata of madness") is a library designed to facilitate the creation and management of config files.
Apache License 2.0
21 stars 8 forks source link

override metadata() in WrappedConfig as well #22

Closed sisby-folk closed 7 months ago

sisby-folk commented 8 months ago

Hello! local devout WrappedConfig user here.

Big fan of serializers being included in the project instead of in quilt loader by the way! We've been shadowing quilt config to make it loader agnostic for a while and that move cut our project size down to a quarter of what it was.

Anyway, wrapped config impls fail on latest because they don't and can't implement metadata(), so we fixed it to work the same way reflective does.

ix0rai commented 8 months ago

thanks! I'll copy over the the old WrappedConfig tests which I removed to make sure the impl doesn't break again.

ix0rai commented 7 months ago

@sisby-folk beta 5 has been released with this change!