The GAP package manager is now loaded automatically at startup by default#5972
Merged
fingolfin merged 1 commit intogap-system:masterfrom May 8, 2025
Merged
Conversation
Contributor
|
I approve of this, I think it will help us in the long term move towards people using PackageMaker to install things |
fingolfin
approved these changes
May 8, 2025
PackageManager to the list of packages GAP loads by default during startup
PackageManager to the list of packages GAP loads by default during startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds PackageManager to the list of packages loaded by default at startup.
PackageManager is a helpful tool for beginners, and it's also quite lightweight and distributed with GAP. I've talked a number of beginners through setting up GAP and its packages (people who haven't yet understood gap.ini files and so on) and sometimes I have to tell them to run
LoadPackage("PackageManager");several times in just a few minutes when they're restarting GAP, running tests and so on. This would reduce that barrier and make it easier to do things with packages quickly.Having said this, I'm aware
PackagesToLoadis an exclusive list that shouldn't be edited lightly. If there are reasons to keep the list lean, I won't be offended if someone closes this PR!Text for release notes
"The GAP package manager is now loaded automatically at startup by default."