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: also consider sysimage modules that activate extensions #3572

Merged

Conversation

IanButterworth
Copy link
Member

@IanButterworth IanButterworth commented Aug 8, 2023

Fixes #3571

Before

shell> rm -rf ~/.julia/compiled/v1.11

(@v1.11) pkg> st
Status `~/.julia/environments/v1.11/Project.toml`
  [34da2185] Compat v4.9.0

(@v1.11) pkg> precompile
Precompiling project...
  1 dependency successfully precompiled in 1 seconds

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

This PR

shell> rm -rf ~/.julia/compiled/v1.11

(@v1.11) pkg> st
Status `~/.julia/environments/v1.11/Project.toml`
  [34da2185] Compat v4.9.0

(@v1.11) pkg> precompile
Precompiling project...
  2 dependencies successfully precompiled in 1 seconds

julia> using Compat

julia> 

@IanButterworth IanButterworth merged commit 07739f5 into JuliaLang:master Aug 8, 2023
13 checks passed
IanButterworth added a commit that referenced this pull request Aug 18, 2023
IanButterworth added a commit that referenced this pull request Aug 18, 2023
@IanButterworth IanButterworth mentioned this pull request Aug 18, 2023
10 tasks
IanButterworth added a commit that referenced this pull request Aug 18, 2023
@IanButterworth IanButterworth mentioned this pull request Aug 18, 2023
14 tasks
IanButterworth added a commit that referenced this pull request Aug 18, 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
1 participant