Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid downloads where possible #127

Open
ThomasBreuer opened this issue Jul 2, 2024 · 0 comments
Open

avoid downloads where possible #127

ThomasBreuer opened this issue Jul 2, 2024 · 0 comments
Labels
feature request New feature

Comments

@ThomasBreuer
Copy link
Contributor

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.)

@mtorpey mtorpey added the feature request New feature label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature
Projects
None yet
Development

No branches or pull requests

2 participants