Skip to content

Commit

Permalink
Add some documentation describing how to interpret the symbols shown …
Browse files Browse the repository at this point in the history
…during recompilation (#3903)

* preliminary wording; need someone to help with TODOs

* Update docs/src/environments.md

Co-authored-by: Ian Butterworth <[email protected]>

* Add words describing check mark, reorganize text

* Update docs/src/environments.md

Co-authored-by: Anshul Singhvi <[email protected]>

* Update docs/src/environments.md

---------

Co-authored-by: Ian Butterworth <[email protected]>
Co-authored-by: Anshul Singhvi <[email protected]>
  • Loading branch information
3 people authored Jul 9, 2024
1 parent 1e4497e commit a140321
Showing 1 changed file with 8 additions and 0 deletions.
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.

- `[◐, ◓, ◑, ◒]` Animated "clock" characters indicate that the package is currently being precompiled.
- `` A green checkmark indicates that the package has been successfully precompiled (after which that package will disappear from the list). If the checkmark is yellow it means that the package is currently loaded so the session will need to be restarted to access the version that was just precompiled.
- `?` A question mark character indicates that a `PrecompilableError` was thrown, indicating that precompilation was disallowed, i.e. `__precompile__(false)` in that package.
- `` A cross 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

0 comments on commit a140321

Please sign in to comment.