#4811: doctesting line numbers in report are now completely broken. They were
fine ins age-3.2.1
---------------------+------------------------------------------------------
Reporter: was | Owner: mabshoff
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.2.2
Component: doctest | Keywords:
---------------------+------------------------------------------------------
Try breaking any doctest and you get stuff like this:
{{{
w...@sage:~/build/sage-3.2.2.alpha2$ ./sage -t
devel/sage/sage/matrix/matrix_modn_dense.pyx
sage -t "devel/sage/sage/matrix/matrix_modn_dense.pyx"
**********************************************************************
File
"/home/was/build/sage-3.2.2.alpha2/devel/sage/sage/matrix/matrix_modn_dense.pyx",
line 276, in __main__.example_6
Failed example:
m###line 554:_sage_ >>> m
}}}
Notice the line 276 there. In the old sage:
{{{
w...@sage:~/d/sage/matrix$ sage -t matrix_modn_dense.pyx
sage -t "devel/sage-
main/sage/matrix/matrix_modn_dense.pyx"**********************************************************************
File "/home/was/s/devel/sage-main/sage/matrix/matrix_modn_dense.pyx", line
554:
sage: m
Expected:
[19 18 17]
[16 15 14]
[13 12 11]
Got:
}}}
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4811>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---