JuliaIO / JLD.jl

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

Use ismutabletype(T) for datatypes #303

Closed mkitti closed 2 years ago

mkitti commented 2 years ago

T.mutable no longer exists of https://github.com/JuliaLang/julia/pull/41018 (Julia 1.7)

Use new ismutabletype instead. Create a backwards compatible shim for Julia < 1.7 for ismutabletype.

mkitti commented 2 years ago

Succeeds #302