You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-37049: Dont load all GAP packages when resetting a workspace
The `gap_reset_workspace()` function currently loops through all
installed GAP packages (both by sage and on the system) and loads them
before saving the new workspace. This is no longer necessary or desired:
the two GAP initialization files already load a specific set of packages
used in sage, and loading more can cause problems including wasted
memory and unexpected changes of behavior. Moreover, the need for
_users_ to load additional packages interactively has been documented.
Fixes:
- #31761
URL: #37049
Reported by: Michael Orlitzky
Reviewer(s):
0 commit comments