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
In Julia v1.6, when updating more then one package, the list of packages displayed in the console gets trimmed by one once the process is completed.
To better illustrate the issue, here are two screenshots: the first is taken during precompilation and the second after the update is done.
In this case Adapt and Compat are being updated, but the line referring to Compat is missing in the second screenshot.
The text was updated successfully, but these errors were encountered:
In Julia v1.6, when updating more then one package, the list of packages displayed in the console gets trimmed by one once the process is completed.
To better illustrate the issue, here are two screenshots: the first is taken during precompilation and the second after the update is done.
In this case
Adapt
andCompat
are being updated, but the line referring toCompat
is missing in the second screenshot.The text was updated successfully, but these errors were encountered: