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

Fix SaveOnExitFile in restored workspaces #5043

Merged
merged 1 commit into from
Sep 9, 2022

Commits on Sep 9, 2022

  1. Fix SaveOnExitFile in restored workspaces

    ... and possibly more errors: we accidentally removed all exit handlers
    when quitting GAP, just before the workspace was saved, thus when
    restoring GAP from this session, those exist handlers were missing,
    including the one dealing with `SaveOnExitFile`.
    
    This code looses the ability to install new exit handlers as part of
    an exit handler, but that seems like a rather bad (and pointless)
    idea to me anyway.
    fingolfin committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    66d6774 View commit details
    Browse the repository at this point in the history