#14633: bad behavior of long outputs in notebook
------------------------+---------------------------------------------------
Reporter: nborie | Owner: jason, mpatel, was, kini
Type: defect | Status: new
Priority: major | Milestone: sage-5.10
Component: notebook | Keywords: output, long
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
------------------------+---------------------------------------------------
This bug was discovered by Rémi Maurice and I did double check this bad
behavior on my own machine...
When using the Sage notebook. here is the way to reproduce the bug:
1 - Produce a too long output in a cell
example:
{{{
print "Version 1"
for i in range(1000):
print "too long output"
}}}
2 - Visualize the full_output
3 - Erase the content of the cell (if you want...), restart the worksheet
(if you want...)
4 - produce another code in the *SAME* cell that have a too long output
example:
{{{
print "Version 2"
for i in range(1000):
print "foo bar pouet"
}}}
5 - Click to visualize the full_output
At the end, you will only see the first too long output, any new too long
computation in the same cell is ignored...
Sorry for my English, feel free to update the description and double check
this bug (the two machine were using Sage 5.9).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14633>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.