Max Horn
Max Horn
- for now `IsVecOrMatObj` is intended to be a temporary workaround, removing it shouldn't be hard. - `matobj1.gd` and `matobj2.gd` are split for technical reasons: the first file provides definition...
@frankluebeck @wucas @ThomasBreuer does this look OK now to you? further questions? I'd like to merge this ASAP, then we can possibly update PR #4983 or move forward in some...
CC @zickgraf
The diff in testspecial looks like a real regression / opportunity for improvement: ```patch --- a/tst/testspecial/bugfix-2019-09-27-LastPV.g.out +++ b/tst/testspecial/bugfix-2019-09-27-LastPV.g.out @@ -6,11 +6,10 @@ gap> SetFilterObj(badgroup, filt); gap> old_OnBreak:=OnBreak;; gap> OnBreak:=fail;; #...
Argh, this is a deeeeep rabbit hole... It turns out the problems go on: the GAPDoc function `PrintFormattedString` (which we also use in the GAP library to implement `Info`... *sigh*)...
From my point of view, this PR is ready. Perhaps @ChrisJefferson and @frankluebeck have time to take (another) look at it? Anybody else is welcome to do so as well,...
Actually we could add code to detect if stdout and stderr go to the same device and act accordingly.
Thanks for the reports. Let's see: Multiplication of square matrices is associative if and only if the entries of these matrices are associative. But I agree that in general, it...
@gvol https://gap-system.org/slack
See also https://github.com/gap-system/GapWWW/issues/272