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

Feature request: Support GAP.Packages.load("BLA", install=URL) #954

Closed
fingolfin opened this issue Nov 13, 2023 · 0 comments · Fixed by #958
Closed

Feature request: Support GAP.Packages.load("BLA", install=URL) #954

fingolfin opened this issue Nov 13, 2023 · 0 comments · Fixed by #958
Labels
kind: enhancement New feature or request

Comments

@fingolfin
Copy link
Member

Recently we had need to load & install a GAP package that is not bundled with GAP.

We ended up doing

GAP.Packages.install(URL)
GAP.Packages.load("BLA")

But I wonder: we already have

GAP.Packages.load("BLA"; install=true)

which is quite convenient sometimes. But it can only work with packages where GAP already knows the URL.

So perhaps we should also allow

GAP.Packages.load("BLA"; install=URL)

as a convenient shortcut for the first example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant