#16688: replace pexpect interface calls with library where possible
--------------------------------------------+-----------------------------
       Reporter:  rws                       |        Owner:
           Type:  enhancement               |       Status:  new
       Priority:  major                     |    Milestone:  sage-wishlist
      Component:  interfaces                |   Resolution:
       Keywords:  expect, pexpect, library  |    Merged in:
        Authors:                            |    Reviewers:
Report Upstream:  N/A                       |  Work issues:
         Branch:                            |       Commit:
   Dependencies:                            |     Stopgaps:
--------------------------------------------+-----------------------------

Comment (by was):

 Further motivation for this:

 {{{
 sage: scilab(str(range(20)))  # works
 sage: scilab(str(range(30)))  # BOOM!
 }}}

 (Note -- scilab(range(20)) doesn't work but should!)

 And also

 {{{
 sage: r(range(30))  # works
 sage: r(range(10000)) # boom
 }}}

 Worksheet with the above:
 https://cloud.sagemath.com/projects/4a5f0542-5873-4eed-a85c-
 a18c706e8bcd/files/support/2015-02-04-062417-scilab-limits.sagews

 These sorts of problems were reported by many people over the years, most
 recently by JC Boulet  of INRA.

--
Ticket URL: <http://trac.sagemath.org/ticket/16688#comment:3>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to