You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a regression caused by #55588 because of two reasons:
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)
the progress bar is being cleared after finishing
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.
Currently, on launching julia nightly, the output in the REPL is
Previously, this used to print the names of the packages as well.
The text was updated successfully, but these errors were encountered: