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 miss dependency? #2461

Closed
fredrikekre opened this issue Mar 27, 2021 · 3 comments
Closed

precompile miss dependency? #2461

fredrikekre opened this issue Mar 27, 2021 · 3 comments

Comments

@fredrikekre
Copy link
Member

(@v1) pkg> precompile
  Progress [========================================>]  21/21
21 dependencies successfully precompiled in 42 seconds (109 already precompiled)

julia> using BenchmarkTools
[ Info: Precompiling BenchmarkTools [6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf]

julia> VERSION
v"1.6.0"

(@v1) pkg> st BenchmarkTools
      Status `~/.julia/environments/v1/Project.toml`
  [6e4b80f9] BenchmarkTools v0.6.0
@IanButterworth
Copy link
Member

IanButterworth commented Mar 27, 2021

Are you able to reproduce it with a fresh depot or activate --temp? I can't.

Also, what's a v1 environment? I thought they're all major.minor?

% JULIA_DEPOT_PATH=/tmp/1fdsfds /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.6.0 (2021-03-24)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

(v1.6) pkg> add BenchmarkTools
  Installing known registries into `/tmp/1fdsfds`
       Added registry `General` to `/tmp/1fdsfds/registries/General`
   Resolving package versions...
   Installed BenchmarkTools ─ v0.6.0
   Installed JSON ─────────── v0.21.1
   Installed Parsers ──────── v1.1.0
    Updating `/private/tmp/1fdsfds/environments/v1.6/Project.toml`
  [6e4b80f9] + BenchmarkTools v0.6.0
    Updating `/private/tmp/1fdsfds/environments/v1.6/Manifest.toml`
  [6e4b80f9] + BenchmarkTools v0.6.0
  [682c06a0] + JSON v0.21.1
  [69de0a69] + Parsers v1.1.0
  [ade2ca70] + Dates
  [8f399da3] + Libdl
  [37e2e46d] + LinearAlgebra
  [56ddb016] + Logging
  [a63ad114] + Mmap
  [de0858da] + Printf
  [9a3f8284] + Random
  [ea8e919c] + SHA
  [9e88b42a] + Serialization
  [2f01184e] + SparseArrays
  [10745b16] + Statistics
  [cf7118a7] + UUIDs
  Progress [========================================>]  3/3
3 dependencies successfully precompiled in 5 seconds

julia> using BenchmarkTools

julia> 

@IanButterworth
Copy link
Member

If you had some ?'s in a previous session, this might be #2361 which was fixed by #2373 on master, and is being backported for 1.6.1

@IanButterworth
Copy link
Member

This should be fixed now. If there are further instances, it would be good to get a MWE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants