Skip to content

Packages seem to use non-parallel precompilation when automatically added from using statement in REPL #59014

@KristofferC

Description

@KristofferC
julia> using OhMyREPL
 │ Package OhMyREPL not found, but a package named OhMyREPL is available from a
 │ registry. 
 │ Install package?
 │   (JuliaCon2025) pkg> add OhMyREPL 
 └ Select environment:
   1: `~/Documents/JuliaCon2025/Project.toml` (@)
 > 2: `~/.julia/environments/v1.12/Project.toml` (@v#.#)
   Resolving package versions...
   Installed OhMyREPL ─ v0.5.31
    Updating `~/.julia/environments/v1.12/Project.toml`
  [5fb14364] + OhMyREPL v0.5.31
    Updating `~/.julia/environments/v1.12/Manifest.toml`
  [5fb14364] + OhMyREPL v0.5.31
  [44cfe95a] ↑ Pkg v1.12.0 ⇒ v1.13.0
  [458c3c95] ↑ OpenSSL_jll v3.5.0+0 ⇒ v3.5.1+0
  [8e850b90] ↑ libblastrampoline_jll v5.12.0+0 ⇒ v5.13.1+0
[ Info: Precompiling OhMyREPL [5fb14364-9ced-5910-84b2-373655c76a03] 

The last line is outputted when non-parallel precompilation is done. I feel it should have used the parallel one.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions