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
A is restored in its original form. To me this was unexpected behaviour and I did not find any documentation that there may be side effects when using @save.
System:
Julia Version 1.5.2
Commit 539f3ce943 (2020-09-23 23:17 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD Ryzen 7 4800H with Radeon Graphics
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, znver2)
BSON:
[fbb218c0] BSON v0.2.6
Apart from that minor issue, thanks for this fabulous library!
The text was updated successfully, but these errors were encountered:
Hi,
I just encountered following side effect (in a more complex scenario, boiled down to the minimum):
After that a is changed to contain all the type information that is probably generated to write the output.
After loading the dict again:
A is restored in its original form. To me this was unexpected behaviour and I did not find any documentation that there may be side effects when using @save.
System:
BSON:
Apart from that minor issue, thanks for this fabulous library!
The text was updated successfully, but these errors were encountered: