JuliaTime / TimeZones.jl

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

make latest unicode-cldr a non-lazy artifact #438

Closed KristofferC closed 11 months ago

omus commented 11 months ago

Thanks. I'll be incorporating this change during the JuliaCon week. At the moment the Artifact.toml is generated by the dev/generate_artifacts.jl script so that code will also need to be updated (I can take care of that). Additionally, as you pointed out in person we don't need to keep each version of unicode-cldr as artifacts. I believe this is just a mistake caused from the artifact script which doesn't clean up old versions.

For those interested. Lazy artifacts can be problematic when using PackageCompiler.jl as all lazy artifacts can be downloaded to ensure no artifacts have to be retrieved at runtime. The unicode-cldr artifact is decently large which is why this is a problem.

omus commented 11 months ago

Superseded by #439