Max Horn
Max Horn
Please leave it open
Here is what I suggest we do: 1. In the kernel, we split the single boolean `format` into two: `enableLinewrapping` and `enableIndenting` (or so) 2. calling `SetPrintFormattingStatus(stream, val)` with `val`...
I actually implemented the second point (adding a version number & automatic selfupdate), but I think I won't submit it as a PR: The more I think about it, the...
Could you please provide the concrete inputs you are comparing? It is otherwise difficult to judge what's going on. In particular, I don't understand why using `recog` here would be...
Also, `BaseChangeHomomorphism` is part of the `forms` package, so perhaps it'd be better to report this there, as there is probably nothing we can do about it in GAP itself?
We need to move forward for the GAP 4.12 release, I don't want to leave this in broken. I suggest the following: - [x] we merge my PR #4977 -...
@frankluebeck good! I've merged #4977 now, so can you please rebase this PR and adjust it (I think that mainly means removing those `InstallTrueMethod` invocations)
I decided to just make the move of `SyExecuteProcess` to `iostream.c` permanent, there seems little point in trying to abstract this away and it makes code sharing much easier.
So @hulpke already showed us how one can deal with the degree 31 example in GAP Insultingly, in the degree 31 example, even this naive attempt to find a conjugator,...
@hulpke @frankluebeck this PR started out small and motivated by a change in Frank's PR, but it lead me to discover that `FieldOfMatrixList` was broken, and then some more changes...