-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Julia nightly: ERROR: LoadError: Artifact "tzdata2020d" is a lazy artifact; package developers must call using LazyArtifacts
in TimeZones.TZData before using lazy artifacts.
#310
Comments
@vtjnash it looks like your recent PR did not make this a deprecation warning, but instead an error. X-ref: JuliaLang/julia#37844 |
Should I close #311 in favor of fixing this in Julia? |
Okay, looking more closely, it appears that the source here is redefining the Lines 20 to 43 in 48fe988
This is not Jameson's PRs' fault. :P If this package is complex enough to redefine that, they can either import |
They already do this. Should importing |
Ah. So I need to also import |
Okay, this issue will be fixed by #312 |
This only happens on Julia nightly.
@staticfloat Does this need to be fixed in the TimeZones.jl package? Or is it something that needs to be fixed in Julia itself?
The text was updated successfully, but these errors were encountered: