Skip to content

The GAP package manager is now loaded automatically at startup by default #5972

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

Merged
merged 1 commit into from
May 8, 2025

Conversation

mtorpey
Copy link
Contributor

@mtorpey mtorpey commented Apr 7, 2025

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 PackagesToLoad is 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."

@ChrisJefferson
Copy link
Contributor

I approve of this, I think it will help us in the long term move towards people using PackageMaker to install things

@fingolfin fingolfin added topic: packages issues or PRs related to package handling, or specific to a package (for packages w/o issue tracker) release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes labels May 8, 2025
@fingolfin fingolfin changed the title Add PackageManager to default PackagesToLoad Add PackageManager to the list of packages GAP loads by default during startup May 8, 2025
@fingolfin fingolfin changed the title Add PackageManager to the list of packages GAP loads by default during startup The GAP package manager is now loaded automatically at startup by default May 8, 2025
@fingolfin fingolfin merged commit ea07baa into gap-system:master May 8, 2025
33 checks passed
@mtorpey mtorpey deleted the auto-load-packagemanager branch May 8, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes topic: packages issues or PRs related to package handling, or specific to a package (for packages w/o issue tracker)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants