JuliaTime / TimeZones.jl

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

Build at package initialization time (if required) #390

Closed omus closed 3 months ago

omus commented 2 years ago

See https://github.com/JuliaTime/TimeZones.jl/pull/389#discussion_r917343619 for details. PR causes TimeZones.build to automatically be called if the desired tzdata version has not previously been built. This should:

The main concerns with this change is that it may not play nicely with PackageCompiler.jl and users may not like that artifact retrieval and some processing could occur at package initialization time.

omus commented 2 years ago

I've decided to keep this change out of the TimeZones.jl 1.9.0 release. This change has a decent potential for breakage and I'd like to separate this change from the switch over to using scratch spaces and the tzjfile format.

omus commented 3 months ago

I lost track of this PR. Was superseded by #441