You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my doubts about this, but it's not inconceivable. Like you said, it's such a noisy line I wonder if there are some false positives, e.g. from some of the doctest fixups for Python 2/3 compatibility, or something along those lines. I'll look into it.
This was fixed in #26856, specifically by d0b769d6. The problem was not in the doctest framework per se, but rather with how print representations of GAP objects were being captured, with GAP's automatic line breaking in effect.
We haven't fixed the problem 100%, because GAP may still insert unwanted line breaks in extreme cases where a line of output is > 4096 bytes. A better solution would be to have a flag (I think --norepl should do this) to disable GAP's automatic line breaking entirely. But that's a fix needed upstream.
while working on #26856, we observed
so some patters such as
F[a1]
get mangled.See comment 40 on #26856 on how it looks if the output is LaTeXified, one sees
\n
getting in.Component: interfaces
Issue created by migration from https://trac.sagemath.org/ticket/26924
The text was updated successfully, but these errors were encountered: