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

precompile: include extensions when packages are specified #3432

Conversation

IanButterworth
Copy link
Member

Previously when specifying packages activated extensions were left off.

(@v1.10) pkg> precompile CSV
Precompiling environment...
  19 dependencies successfully precompiled in 30 seconds. 1 already precompiled.

julia> using CSV
[ Info: Precompiling CompatLinearAlgebraExt [dbe5ba0b-aecc-598a-a867-79051b540f49]

julia> 

This PR

(@v1.10) pkg> precompile CSV
Precompiling environment...
  20 dependencies successfully precompiled in 30 seconds. 1 already precompiled.

julia> using CSV

julia> 

@IanButterworth IanButterworth force-pushed the ib/precompile_include_exts_for_given_packages branch from 103069f to 6114f1d Compare April 5, 2023 02:32
@IanButterworth IanButterworth merged commit 00bc44d into JuliaLang:master Apr 5, 2023
@IanButterworth IanButterworth deleted the ib/precompile_include_exts_for_given_packages branch April 5, 2023 03:15
IanButterworth added a commit to IanButterworth/Pkg.jl that referenced this pull request Apr 11, 2023
@IanButterworth IanButterworth mentioned this pull request Apr 11, 2023
5 tasks
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