#10682: sum fails with lower bound != 0 or 1 (upgrade maxima to 5.26)
-----------------------------------------------------------------------------------------------+
   Reporter:  fmaltey                                                           
               |          Owner:  burcin    
       Type:  defect                                                            
               |         Status:  needs_work
   Priority:  critical                                                          
               |      Milestone:  sage-5.0  
  Component:  symbolics                                                         
               |       Keywords:            
Work_issues:  several doctests need to be patched due to  changes in output 
format/term order  |       Upstream:  N/A       
   Reviewer:                                                                    
               |         Author:            
     Merged:                                                                    
               |   Dependencies:            
-----------------------------------------------------------------------------------------------+

Comment(by dimpase):

 Replying to [comment:23 jpflori]:
 > Could you please post a diff between the new and old spkg's here?
 >
 > Just for review of course.
 Here it is (and of course I took the current maxima release 5.26.0-source
 from sf.net and replaced src/ with it, and then
 ran the script {{{spkg-dist}}})

 {{{
 $ hg diff -r tip -r 35
 diff --git a/SPKG.txt b/SPKG.txt
 --- a/SPKG.txt
 +++ b/SPKG.txt
 @@ -40,11 +40,6 @@

  == Changelog ==

 -=== maxima-5.26.0 (Dima Pasechnik, February 28th 2012) ===
 - * upgrading to version 5.26.0 to take care of #10682.
 - * added patch/comm.patch to fix Maxima bug #3484414.
 -   (false) precedes the display output if display2d is set to false.
 -
  === maxima-5.24.0.p0 (Michael Orlitzky, January 29th 2012) ===
   * Trac #12094: Version bump to prevent a regression with the
     abs_integrate package.
 diff --git a/patches/comm.patch b/patches/comm.patch
 deleted file mode 100644
 --- a/patches/comm.patch
 +++ /dev/null
 @@ -1,12 +0,0 @@
 ---- src/src/comm.lisp
 -+++ src/src/comm.lisp
 -@@ -753,7 +753,9 @@
 -        (setq ans (list '(mequal simp) (disp2 l) ans)))
 -     (if lablist (nconc lablist (cons (elabel ans) nil)))
 -     (setq tim (get-internal-run-time))
 --    (displa (list '(mlable) (if lablist linelable) ans))
 -+    (let ((*display-labels-p* nil))
 -+      (declare (special *display-labels-p*))
 -+      (displa (list '(mlable) (if lablist linelable) ans)))
 -     (mterpri)
 -     (timeorg tim)))
 }}}

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