You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.string
Which 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.
The text was updated successfully, but these errors were encountered:
0.5.4 introduced a backwards-incompatible change. All entries must now carry suffixes; including folders.
Which 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.
The text was updated successfully, but these errors were encountered: