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

Progress output while precompiling is flickering badly #51462

Closed
eschnett opened this issue Sep 26, 2023 · 2 comments
Closed

Progress output while precompiling is flickering badly #51462

eschnett opened this issue Sep 26, 2023 · 2 comments

Comments

@eschnett
Copy link
Contributor

With the development version of Julia (built on macOS, using iTerm as terminal), the progress output flickers badly. This used to be much better.

Here is some example output:

[2913bbd2] ↑ StatsBase v0.34.0 ⇒ v0.34.2
Precompiling project...
  Progress [========================================>]  317/321
  ✗ MakieCore
  ✗ Polynomials → PolynomialsMakieCoreExt
  ✓ Netpbm
  ◐ ImageIO

It seems that the list of packages is output repeatedly, maybe once or a few times per second, and the screen is cleared in between. This flickers a lot on my screen.

I don't know what changed in the mean time. Maybe the output algorithm was change from "write a line, then clear to the end of the line" to "clear to the end of the screen, then output all packages anew"?

@vchuravy
Copy link
Sponsor Member

@IanButterworth is this the same issue you showed me the other day?

The likely change is that Pkg is no longer in the sysimg #51189

@KristofferC
Copy link
Sponsor Member

Should be fixed by JuliaLang/Pkg.jl#3631

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

4 participants