#13211: Upgrade GAP to 4.5.5
--------------------------------------------------------------+-------------
       Reporter:  kini                                        |         Owner:  
tbd         
           Type:  enhancement                                 |        Status:  
needs_review
       Priority:  major                                       |     Milestone:  
sage-5.3    
      Component:  packages                                    |    Resolution:  
            
       Keywords:                                              |   Work issues:  
            
Report Upstream:  Fixed upstream, in a later stable release.  |     Reviewers:  
            
        Authors:  Volker Braun                                |     Merged in:  
            
   Dependencies:                                              |      Stopgaps:  
            
--------------------------------------------------------------+-------------

Comment (by SimonKing):

 Replying to [comment:24 vbraun]:
 > This is where Ctrl-C is tested, for the record.
 >
 > Edit: where automatic restarting of the GAP interpreter is tested.

 You mean this one?
 {{{
         The following tests against a bug fixed at trac ticket #10296:

             sage: a = gap(3)
             sage: gap.eval('quit;')
             ''
             sage: a = gap(3)
             ** Gap crashed or quit executing '$sage...:=3;;' **
             Restarting Gap and trying again
             sage: a
             3
 }}}
 Does it fail in the first or in the second instance of `a = gap(3)`? Why
 does it report a user interrupt, when either nothing has happened at all
 (first instance) or GAP was not running (second instance)?

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