-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
0.5.4 introduced a backwards-incompatible change. All entries must now carry suffixes; including folders.
# Before
/root/.meta/group/data.string
# After
/root/.meta/group.dict/data.stringWhich means that older hierarchies will have to be upgraded. An alternative is to allow suffix-less folders and assume a type of dict, but it complicates the code somewhat and I honestly can't make sense of it.
Make an upgrade-tool that automatically transitions older hierarchies into using upgraded functionality.