Skip to content
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

Avoid loading TimeZones at build time #357

Closed
IanButterworth opened this issue Sep 8, 2021 · 1 comment
Closed

Avoid loading TimeZones at build time #357

IanButterworth opened this issue Sep 8, 2021 · 1 comment

Comments

@IanButterworth
Copy link

It's unusual to load the package itself during build time

using TimeZones: build

This doesn't play well with the new pkg parallel precompilation as it forces TimeZones and all its dependencies to be precompiled in series (load-time precompilation) slowly during build time.
So while pkg is reporting building TimeZones it's probably actually spending a bunch of that time precompiling.

It may be a contributing factor in #331 given it might be causing some things to happen out of order?

@omus
Copy link
Member

omus commented Aug 22, 2023

In PR #441 the deps/build.jl was removed so this is no longer an issue. Included in TimeZones release 1.12

@omus omus closed this as completed Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants