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
With #94, I can save and load data that have anonymous methods in Julia 1.6. However, when I load such a BSON file that's saved with the previous version of Julia and BSON.jl, then BSON.load method fails. Is there a workaround to this compatibility issue? Below is an example borrowed from #80.
You can use #102 as a quick workaround. The reason we haven't merged yet is because the fix involves updating some fragile code calling into Julia's C internals. So, we are doing a longer term fix that removes that fragile implementation entirely. But #102 will work in a pinch.
With #94, I can save and load data that have anonymous methods in Julia 1.6. However, when I load such a BSON file that's saved with the previous version of Julia and BSON.jl, then
BSON.load
method fails. Is there a workaround to this compatibility issue? Below is an example borrowed from #80.With Julia 1.5.4 and BSON.jl v0.3.2
Then, with Julia 1.6.0 and BSON.jl v0.3.3
which returns the following error.
The text was updated successfully, but these errors were encountered: