#11401: magma mode in 4.7 notebook broken
------------------------+---------------------------------------------------
Reporter: nbruin | Owner: jason, mpatel, was
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.1
Component: notebook | Keywords: magma notebook interface
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by nbruin):
> Could this be caused by #9705?
I guess it could be caused by its fix ... The cells there execute without
problem for me in 4.7 and those cells do contain multiple commands that do
not produce output. It seems that the input (in one cell)
{{{
a:=1;
b:=2;
}}}
reliably knocks the interface out of sync. So probably if someone who know
how these interfaces work, looks at the strings that are passed back and
forth, it will become apparent quite quickly.
I don't think the problem is confined to the notebook either. I observed:
{{{
sage: magma.execute("""
....: a:=1;
....: b:=2;
....: """)
'b:=2;'
sage: magma.execute("print 3;")
''
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11401#comment:2>
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.