JLD.jl
JLD.jl copied to clipboard
BenchmarkTools.ParametersPreV006 doesn't match loaded type
From Nanosoldier:
stored type BenchmarkTools.ParametersPreV006 does not match currently loaded type
Unfortunately this seems to have crippled Nanosoldier. I'm not sure what the deal is yet.
Possibly #168. I spent a couple of hours poking at that and then switched my lab over to JLD2.
Hm. I wonder what changed recently that caused this, since this wasn't happening on Nanosoldier until yesterday.
AFAICT the only way this type of thing would happen is if Nanosoldier tried to (de)serialize data written in the pre-v0.0.6 format (BenchmarkTools v0.0.6, that is).
I have no idea why it would try to do that in the course of regular operation, though - the last usage of that old format should've been many months ago.
FYI: No longer relevant to Nanosoldier, as Nanosoldier no longer uses JLD.