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
Steps to make it backwards compatible (for a while):
Change "save groups" to only write msgpack objects, no custom binary formats. Also merge state_bin and state_values.
Change gc_load_unpack_group to check the array size: 6 means new format, 7 means old format.
Add a set of "load" functions to load the new format.
Release 0.2.19.
Do stuff for 0.2.20.
Release 0.2.20.
Delete old format support; do stuff for 0.2.21.
Release 0.2.21.
This way we'll have some backwards compatibility for 2 versions and then ditch it. Hopefully people have upgraded by then. If not, they may lose their groups.
The text was updated successfully, but these errors were encountered:
After we drop the old compat, we could just fail to load the file, and error that the user should load the profile with 0.2.19 to convert the file. #1944 is probably needed for failing.
Steps to make it backwards compatible (for a while):
gc_load_unpack_group
to check the array size: 6 means new format, 7 means old format.This way we'll have some backwards compatibility for 2 versions and then ditch it. Hopefully people have upgraded by then. If not, they may lose their groups.
The text was updated successfully, but these errors were encountered: