JuliaTime / TimeZones.jl

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

make FixedTimeZones be isbits by using ShortStrings #327

Closed oxinabox closed 3 years ago

oxinabox commented 3 years ago

Contributes towards #271 , following up on just this part of https://github.com/JuliaTime/TimeZones.jl/pull/324#discussion_r610994546

requires https://github.com/JuliaString/ShortStrings.jl/pull/46

Is less extreme than https://github.com/JuliaTime/TimeZones.jl/issues/326

oxinabox commented 3 years ago

The CI/Benchmarks job is failing because it is trying to deserialize a something that has had it's type represenation changed. I am suprised that it records anything as julia objects (rather than just chunks of code that generate julia objects)

oxinabox commented 3 years ago

Closed by #354