Open iphydf opened 2 years ago
How about going the opposite way and save the profiles in JSON or YAML so that they can be read and edited? There are lot's of libraries that handle the details, and we would be able to see what's going on in there.
From what I'm seeing using https://git.macaw.me/emdee/tox_profile to parse the profiles there is some nasty stuff:
These would have jumped out at anyone reading them in a text format and I can't imagine that the time saving of a binary format will matter.
Not using msgpack, but using the new binary packing/unpacking modules to make the savedata code more robust and less complex.