-
-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Description
I ran with @show pkg stale
in Pkg.API.precompile
and verified that many packages that need precompilation are not getting it. For example, I can do the following:
pkg> precompile
pkg> dev ColorTypes
pkg> precompile # ColorTypes properly precompiles, but none of its dependencies do
pkg> precompile # this doesn't help
julia> using Images
[ Info: Precompiling Images [916415d5-f1e6-5110-898d-aaa5f9f070e0]
The latter should happen with the precompile
statement, not the using
statement.
johnnychen94, redpanda1234, bjarthur and yha
Metadata
Metadata
Assignees
Labels
No labels