-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If TimeZone is installed and built on a newer version of Julia that TimeZone version is unusable on older Julia versions #288
Comments
Currently TimeZones.jl uses serialization to store time zones with pre-computed transitions. As Julia and TimeZones have improved performance over time I'm hoping to switch over to calculating these transitions on the fly which would remove any reliance on serialization and thus avoid this problem. If it turns out that this approach is too slow we should be able to store this information on disk using alternative storage methods like a custom format or another serialization format. |
If we have to keep storing it with serialization can we at least do something like including the julia version in the file path. |
This is super-annoying |
I will do this today. Interestingly this no longer reproduced for |
Fixed in TimeZones 1.5.3 |
Because I happened to install TimeZones on julia master first.
The text was updated successfully, but these errors were encountered: