Hello,

I think I have found a bug:
chapter 2.4.1 of the Programming guide states, that comments like "#
long time (!)"  prevents the example from being tested.

But:
sage -t quadratic-modules.sage
sage -t  quadratic-modules.sage
Example 13 (line 433)
TIMEOUT!!
IN:
 phi.level()
 phi = fqmodule([11,33]);
 phi.tau_invariant()
 phi = fqmodule([11,33]); # long time (!)
 phi.sigma_invariant()    # long time (!)
OUT:


This applies to sage 2.10.

I think the reason is:
sage -t calls
sage-sage and then
sage-test, which in turns calls
sage-doctest_tex, if extension is ".sage" instead of sage-doctest.

At least sage-doctest looks for "long time" inside comment_modifiers()
and sage-doctest_tex doesnot.

With best regards,
Lars Fischer
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to