#10296: Singular interface wasting time by waiting for the prompt too often
-----------------------------------------------------------------------+----
    Reporter:  SimonKing                                               |        
 Owner:  was            
        Type:  enhancement                                             |        
Status:  new            
    Priority:  major                                                   |     
Milestone:  sage-4.7.1     
   Component:  interfaces                                              |    
Resolution:                 
    Keywords:  Singular, _eval_line, synchronization, synchronisation  |   
Work_issues:                 
    Upstream:  N/A                                                     |      
Reviewer:  Martin Albrecht
      Author:  Simon King                                              |        
Merged:                 
Dependencies:                                                          |  
-----------------------------------------------------------------------+----

Comment(by SimonKing):

 The problem with the remaining doctest failures is that my patch
 introduces a new argument `first_call` to
 `sage.interfaces.expect.Expect._eval_line`: The idea is to restart the
 interface if it is crashed unexpectedly and then re-eval the line, but
 only once, to avoid infinite loops. The `first_call` argument tells
 whether it is the first evaluation, or the re-evaluation after a crash.

 But some interfaces override `_eval_line` and don't know about the new
 argument. It should thus be added.

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