JuliaIO / JLD.jl

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

Stop extending FileIO methods #296

Closed timholy closed 3 years ago

timholy commented 3 years ago

Fixes #295

timholy commented 3 years ago

Failure on nightly is due to elimination of the deprecated Pkg.clone in the CI.yml file. That should be replaced by modern Pkg commands, but that's a different PR. Note that the main tests already passed before getting to the JLDArchives tests.