#11401: magma mode in 4.7 notebook broken
------------------------+---------------------------------------------------
   Reporter:  nbruin    |          Owner:  jason, mpatel, was      
       Type:  defect    |         Status:  needs_review            
   Priority:  major     |      Milestone:  sage-4.7.2              
  Component:  notebook  |       Keywords:  magma notebook interface
Work_issues:            |       Upstream:  N/A                     
   Reviewer:            |         Author:                          
     Merged:            |   Dependencies:                          
------------------------+---------------------------------------------------
Description changed by nbruin:

Old description:

> See also
> [https://groups.google.com/group/sage-
> devel/browse_thread/thread/b47e2be73baa9703/5f8fedf0fbbaddc0?hl=en%05f8fedf0fbbaddc0
> this sage-devel thread]
>
> It seems that magma mode in the 4.7 notebook is broken. I observed the
> following session after verifying John Cremona's report about syncing
> problems. I suspect sync is lost due to the multiple commands. Note that
> none of the print commands seem to get executed (no output is observed)
> and that for "print 7;" the line "print 6;" gets echoed (this has
> probably very little to do with the "print 7;" command itself)
> {{{
> a:=1;
> b:=2;
> c:=3;
> ///
> b:=2;
> c:=3;
> }}}
>
> {{{
> print 4;
> ///
> }}}
>
> {{{
> d:=4;
> print 5;
> ///
> }}}
>
> {{{
> print 6;
> ///
> }}}
>
> {{{
> print 7;
> ///
> print 6;
> }}}

New description:

 See also
 [https://groups.google.com/group/sage-
 
devel/browse_thread/thread/b47e2be73baa9703/5f8fedf0fbbaddc0?hl=en%05f8fedf0fbbaddc0
 this sage-devel thread]

 It seems that magma mode in the 4.7 notebook is broken. I observed the
 following session after verifying John Cremona's report about syncing
 problems. I suspect sync is lost due to the multiple commands. Note that
 none of the print commands seem to get executed (no output is observed)
 and that for "print 7;" the line "print 6;" gets echoed (this has probably
 very little to do with the "print 7;" command itself)
 {{{
 a:=1;
 b:=2;
 c:=3;
 ///
 b:=2;
 c:=3;
 }}}

 {{{
 print 4;
 ///
 }}}

 {{{
 d:=4;
 print 5;
 ///
 }}}

 {{{
 print 6;
 ///
 }}}

 {{{
 print 7;
 ///
 print 6;
 }}}

 -------------------------------------

 apply trac_11401v2.patch

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11401#comment:5>
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.

Reply via email to