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

read write cycle testing #21

Closed ix0rai closed 8 months ago

ix0rai commented 8 months ago

hopefully the last pr of the 1.2 cycle. adds extensive testing for read/write cycle to ensure no data is lost during reading or writing fixes #19

contains one API addition: MetadataContainer#metadata()


         /**
     * @return a map of all metadata attached to this node
     */
    Map<MetadataType<?, ?>, Object> metadata();

TODO:

notes: