Reset the options stack after an error also when the break loop is disabled (-T command line option)#6355
Reset the options stack after an error also when the break loop is disabled (-T command line option)#6355ThomasBreuer wants to merge 2 commits intogap-system:masterfrom
-T command line option)#6355Conversation
|
Many CI tests fail (which is not surprising). One reason is that now the message I expect that this change will affect also package tests, and since a new GAP version is planned for next week, it will be a bad idea to make this change part of that new GAP version, because then several package tests would have to be adjusted. Another reason for failures is that If we say that we want the fix for #6350 in the next GAP version then we can change this pull request such that |
- do not call `OnQuit()` in `ErrorInner` if `BreakOnError` is `false`, just reset the options stack (and reset `REREADING` if necessary) - do not print the info message that the stack got reset
This situation occurs for example when the GAP is started by GAP.jl in a Julia session.
Not resetting the options stack has strange effects.
resolves #6350