-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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.)