#13324: Upgrade ECL to 12.12.1 and let it build on (recent) Cygwins
----------------------------------------------------------------+-----------
       Reporter:  jpflori                                       |         
Owner:  tbd                                                    
           Type:  defect                                        |        
Status:  closed                                                 
       Priority:  major                                         |     
Milestone:  sage-5.7                                               
      Component:  cygwin                                        |    
Resolution:  fixed                                                  
       Keywords:  cygwin ecl spkg                               |   Work 
issues:                                                         
Report Upstream:  Fixed upstream, but not in a stable release.  |     
Reviewers:  François Bissey, Karl-Dieter Crisman, Dmitrii Pasechnik
        Authors:  Jean-Pierre Flori                             |     Merged 
in:  sage-5.7.beta0                                         
   Dependencies:  #13860                                        |      
Stopgaps:                                                         
----------------------------------------------------------------+-----------

Comment (by kcrisman):

 > Or maybe the IPython upgrade in #12719 made
 > {{{
 > sys.stdout.flush()
 > }}}
 > slower, if this only shows up in 5.7.beta1.  I'm going to check this
 momentarily.
 Okay, it also is in beta0, and in retrospect that was a silly comment by
 me, because that is only called with `verbose=True`.

 So I wonder about "apropos".

 >> How often are people going to need really fast listing of all Maxima
 commands?
 > I was going to say "TAB completion", but that's apparently cached in
 $DOT_SAGE.
 And
 {{{
         try:
             return self.__commands
         except AttributeError:
 }}}
 So it's cached there as well.

 Well, I would say open a ticket, and let's see if we can find a way to
 find a Maxima command to mimic this slowdown in this listing command to
 report upstream.

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


Reply via email to