#17003: Upgrade ECL to 13.5.1
-------------------------------------+-------------------------------------
       Reporter:  pbruin             |        Owner:
           Type:  task               |       Status:  needs_review
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:  ecl                |    Reviewers:
        Authors:  Peter Bruin        |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  1ef485c7f665c406b22d4b5a7d8ec1054b36b2a2
  u/pbruin/17003-ecl-13.5.1          |     Stopgaps:
   Dependencies:  #12985, #16908     |
-------------------------------------+-------------------------------------

Comment (by fbissey):

 We have to force rebuild of maxima after the upgrade and I think there are
 minor doctest failures that are caused by the upgrade namely a few like
 this one:
 {{{
 sage -t --long /usr/share/sage/src/sage/interfaces/maxima_lib.py
 **********************************************************************
 File "/usr/share/sage/src/sage/interfaces/maxima_lib.py", line 902, in
 sage.interfaces.maxima_lib.MaximaLib.sr_limit
 Failed example:
     limit(x^a,x=0)
 Expected:
     Traceback (most recent call last):
     ...
     ValueError: Computation failed ...
     Is a an integer?
 Got:
     <BLANKLINE>
     Traceback (most recent call last):
       File "/usr/lib64/python2.7/site-packages/sage/doctest/forker.py",
 line 480, in _run
         self.compile_and_execute(example, compiler, test.globs)
       File "/usr/lib64/python2.7/site-packages/sage/doctest/forker.py",
 line 843, in compile_and_execute
         exec(compiled, globs)
       File "<doctest sage.interfaces.maxima_lib.MaximaLib.sr_limit[7]>",
 line 1, in <module>
         limit(x**a,x=Integer(0))
       File "/usr/lib64/python2.7/site-packages/sage/calculus/calculus.py",
 line 1251, in limit
         l = maxima.sr_limit(ex, v, a)
       File "/usr/lib64/python2.7/site-
 packages/sage/interfaces/maxima_lib.py", line 952, in sr_limit
         self._missing_assumption(s)
       File "/usr/lib64/python2.7/site-
 packages/sage/interfaces/maxima_lib.py", line 997, in _missing_assumption
         raise ValueError(outstr)
     ValueError: Computation failed since Maxima requested additional
 constraints; using the 'assume' command before evaluation *may* help
 (example of legal syntax is 'assume(a>0)', see `assume?` for more details)
     Is a an ?integer?
 **********************************************************************
 }}}
 Not sure if the blank line cause the failure but "?integer?" instead of
 "integer?" probably does. I am not sure what the "?" is for. There is at
 least another doctest failing that way.

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