JuliaTime / TimeZones.jl

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

Avoid defining paths at compile time #338

Open andreasnoack opened 3 years ago

andreasnoack commented 3 years ago

Such as https://github.com/JuliaTime/TimeZones.jl/blob/781e59a2075a24651d6ae70491c4b87392640e51/src/TimeZones.jl#L33-L34. It makes the package incompatible with PackageCompiler.

ViralBShah commented 3 years ago

Related to https://github.com/JuliaTime/TimeZones.jl/issues/343