#2031: serious preparser lameness involving time and comments
------------------------------+---------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.8
Component: user interface | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------------+---------------------------------------------
Changes (by mjo):
* cc: mjo (added)
* upstream: => N/A
Comment:
Well, some of them are fixed:
{{{
sage: time a = 2 + 2; a
Time: CPU 0.00 s, Wall: 0.00 s
4
sage: 2 + 2; time 2 + 2
4
4
Time: CPU 0.00 s, Wall: 0.00 s
}}}
But with a comment on the line, we get no timings:
{{{
sage: time 2 + 2 # Or don't
4
sage:
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2031#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.