Open christopher-hardy opened 4 years ago
Unfortunately, the dict object is not meant to be portable in such way. It is very easy to break things. We might need to encapsulate the whole closure in order to make it portable.
Thank you for raising the issue though.
Actually it isn't limited to this package. A lot of other packages are subjected to break if an object is serialised and deserialised under different versions.
Hi,
Thanks for creating this package it has been a great help.
I was using v0.3.3 and had saved the object, then upgraded to v0.3.5. When I read the v0.3.3 object into a v0.3.5 environment I get the following error: Error in missing_arg(default) : could not find function "missing_arg". If I re-create the same hash using v0.3.5 everything works OK.
Reproducible Example: