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
When InstallPackage is called with a package name and a version then currently PackageManager first downloads the current PackageInfo.g data.
We should first check whether the requested version of the package is already installed, and immediately return true if yes.
(This idea is proposed for the Julia package GAP.jl in oscar-system/GAP.jl/pull/1019, but the natural place for it is in PackageManager.)
The text was updated successfully, but these errors were encountered:
When
InstallPackage
is called with a package name and a version then currently PackageManager first downloads the currentPackageInfo.g
data.We should first check whether the requested version of the package is already installed, and immediately return
true
if yes.(This idea is proposed for the Julia package GAP.jl in oscar-system/GAP.jl/pull/1019, but the natural place for it is in PackageManager.)
The text was updated successfully, but these errors were encountered: