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

Names of startup packages that are being precompiled are not being printed anymore #55653

Closed
jishnub opened this issue Aug 31, 2024 · 1 comment · Fixed by #55660
Closed

Names of startup packages that are being precompiled are not being printed anymore #55653

jishnub opened this issue Aug 31, 2024 · 1 comment · Fixed by #55660
Milestone

Comments

@jishnub
Copy link
Contributor

jishnub commented Aug 31, 2024

Currently, on launching julia nightly, the output in the REPL is

$ julia +nightly
  6 dependencies successfully precompiled in 32 seconds. 16 already precompiled.
  8 dependencies successfully precompiled in 54 seconds. 12 already precompiled.
  4 dependencies successfully precompiled in 18 seconds. 10 already precompiled.

Previously, this used to print the names of the packages as well.

julia> versioninfo()
Julia Version 1.12.0-DEV.1127
Commit ca72e28f26b (2024-08-31 11:47 UTC)
Build Info:
  Official https://julialang.org release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 8 × Intel(R) Core(TM) i5-10310U CPU @ 1.70GHz
  WORD_SIZE: 64
  LLVM: libLLVM-18.1.7 (ORCJIT, skylake)
Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)
Environment:
  JULIA_EDITOR = subl
@IanButterworth
Copy link
Member

This is a regression caused by #55588 because of two reasons:

  1. the progress bar no longer mentions the package name if it's being called on a package that is being loaded (rather than a project, like Pkg does)
  2. the progress bar is being cleared after finishing

Screenshot 2024-08-31 at 2 28 05 PM

Screenshot 2024-08-31 at 2 28 51 PM

The simplest option would be to modify the report that does print to list what was being precompiled (project/package(s)) and do it in the standard styling.

cc. @KristofferC

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

Successfully merging a pull request may close this issue.

3 participants