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

Add PackageManager to default PackagesToLoad #5972

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant