Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/src/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,14 @@ force these packages to be retried, as `pkg> precompile` will always retry all p

To disable the auto-precompilation, set `ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0`.

The indicators next to the package names displayed during precompilation
indicate the status of that package's precompilation. A `?` character indicates
that [TODO: something to do with waiting?]; animated "clock" characters
(`◐`,`◓`,`◑`,`◒`) indicate that the package is currently being precompiled; a
`✓` indicates that the package has been successfully precompiled [TODO: these
disappear when... all their dependencies are also precompiled?]; a `✗` indicates
that the package failed to precompile.

### Precompiling new versions of loaded packages

If a package that has been updated is already loaded in the session, the precompilation process will go ahead and precompile
Expand Down