JuliaIO / JLD.jl

Saving and loading julia variables while preserving native types
MIT License
278 stars 55 forks source link

Broken on Julia v1.10 nightly #319

Closed brenhinkeller closed 1 year ago

brenhinkeller commented 1 year ago

https://github.com/JuliaIO/JLD.jl/actions/runs/3549454766/jobs/5961859455

Appears to be similar to https://github.com/JuliaIO/JLD2.jl/issues/428, apparently caused by https://github.com/JuliaLang/julia/pull/47170, should be fixable with something analogous to https://github.com/JuliaIO/JLD2.jl/pull/438

musm commented 1 year ago

Fixed by https://github.com/JuliaIO/JLD.jl/pull/320