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

provide a scratchspace for AtlasRep data if necessary #1026

Commits on Aug 21, 2024

  1. provide a scratchspace for AtlasRep data if necessary

    If AtlasRep does not know a writable directory for downloaded data,
    i.e., if the value of its user preference AtlasRepDataDirectory is
    an empty string, provide a scratchspace and adjust the user preference.
    
    For that, we check for the empty string when GAP has been started
    (which may trigger that AtlasRep gets loaded)
    and in `GAP.Packages.load` calls.
    
    Thus this mechanism will fail if one starts GAP without packages
    and then loads GAP packages only via the GAP function `LoadPackage`.
    ThomasBreuer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9f2cada View commit details
    Browse the repository at this point in the history