JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

Package precompilation spinners not erased before running tests #3919

Open jishnub opened 3 weeks ago

jishnub commented 3 weeks ago

I have been noticing the following on julia v1.10.4, but I don't recall having seen this before:

Precompiling project...
  ◑ StaticArrays
  ◓ FFTW
  ◐ ArrayLayouts

     Testing Running tests...

The tests start running after the precompilation is over, but the lines with the spinners remain in the terminal as static remnants. These should ideally be erased after the precompilation completes.

I have only noticed this while running tests for packages.

IanButterworth commented 3 weeks ago

I moved this to Pkg because this code is in Pkg in 1.10