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

Build at package initialization time (if required) #390

Closed
wants to merge 1 commit into from

Conversation

omus
Copy link
Member

@omus omus commented Jul 11, 2022

See #389 (comment) for details. PR causes TimeZones.build to automatically be called if the desired tzdata version has not previously been built. This should:

  • Result in end-users not having to ever run TimeZones.build() themselves
  • Avoid having automated environments fail in scenarios where deps/build.jl was not triggered

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.

Base automatically changed from cv/scratch-tzdata-version to master July 11, 2022 04:51
@omus
Copy link
Member Author

omus commented Jul 11, 2022

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
Copy link
Member Author

omus commented Apr 26, 2024

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

@omus omus closed this Apr 26, 2024
@omus omus deleted the cv/init-build branch April 26, 2024 04:06
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

Successfully merging this pull request may close these issues.

1 participant