JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
86 stars 52 forks source link

serialization and julia versions #309

Closed gdkrmr closed 3 years ago

gdkrmr commented 3 years ago

I have installed TimeZones.jl with the latest Julia master and then installed it again with Julia 1.5.3 and got the following error in Julia 1.5.3:

ERROR: LoadError: Cannot read stream serialized with a newer version of Julia.
Got data version 13 > current version 10

I had to rebuild the package in order to make it work again. I don't think this is ideal, maybe you should not use the Julia internal serialization but a different format.

nickrobinson251 commented 3 years ago

This is a duplicate: it's tracked at https://github.com/JuliaTime/TimeZones.jl/issues/288

(and yeah, this issue is annoying...)

omus commented 3 years ago

Should be fixed in TimeZones 1.5.3