JuliaIO / BSON.jl

Other
157 stars 39 forks source link

Alternative Fix of #26 #73

Closed MartinusR closed 1 month ago

MartinusR commented 4 years ago

Simpler fix for #26, alternative to #29. Also adds a test to verify the bug is solved, i.e. Dict{Symbol, Any} in the input are not modified when writing to a file.

Though shorter, this fix may be less robust than the one proposed in #29.

racinmat commented 3 years ago

Hi, can we get it merged? It would be great if it was merged, because current behavior is puzzling.

DhairyaLGandhi commented 3 years ago

I'm assuming if we can merge #29 and check this test against it, it might be better for longer term reliability.

Sorry about the delay

asinghvi17 commented 1 month ago

Closing as outdated/done in #86