JuliaTime / TimeZones.jl

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

Use `RelocatableFolders` for cached timezone data. #348

Closed MichaelHatherly closed 2 years ago

MichaelHatherly commented 3 years ago

This is an alternative to https://github.com/JuliaTime/TimeZones.jl/pull/347 that abstracts away the scratchspace handling into the soon-to-be- registered https://github.com/JuliaPackaging/RelocatableFolders.jl. Currently it's source is included here just to see if CI actually likes it, locally it was fine (including the benchmarks), and PackageCompiler liked it too. Once this is ready the actual package should be used prior to merging.

MichaelHatherly commented 3 years ago

Bump, @omus would you be able to trigger CI so I can see if anything else needs addressed in this? Thanks.

omus commented 2 years ago

Scratch spaces were adopted in #384

MichaelHatherly commented 2 years ago

Ah, excellent, thanks for following up here @omus.