Max Horn
Max Horn
@ssiccha @ThomasBreuer thank you for your feedback @ThomasBreuer you wrote: > The documentation of IsPlistMatrixRep states that a plain list of IsPlistVectorRep objects is stored, should this be changed? Yes,...
Err, I've started to add `IsRowPlistMatrixRep`, but completing it will be tedious, as I need to once again implement `NewZeroMatrix`, `NewIdentityMatrix`, ... -- we ought to resolve #4366
Note that there already seems to be some undocumented debugging facilities: See `lib/debug.g`, `etc/debugvim.txt`, `etc/debug.vim`.
I am currently looking into this. After a lot of back and forth, my plan right now is to keep GNU libtool for building libgap, but to use custom rules...
> I know nothing about GAP's build system. Indeed :-). Please refer to the final section of `README.buildsys.md`.
Also note that this is not about "directly invoking libtool" (which we already do, quite successfully, it's not hard), but rather about not using it anymore (at least for some...
Ok then it seems we fully agree :-)
@laurentbartholdi I don't see a major problem with that output. Sure, it's not again valid input, but that's the case for many objects (and any dreams to the contrary are...
@laurentbartholdi that sounds like very fragile code to begin with. In any case, I of course run the float test suite, which still passes -- but it's rather small, and...
But it's good that you made me look again -- I actually can simplify the code some more in this PR, by removing `seenADigit`.