#9457: power series comparison should use padded_list
--------------------------------------------------------+-------------------
   Reporter:  niles                                     |       Owner:  malb    
  
       Type:  defect                                    |      Status:  
needs_work
   Priority:  minor                                     |   Milestone:  
sage-4.5.2
  Component:  commutative algebra                       |    Keywords:          
  
     Author:  niles                                     |    Upstream:  N/A     
  
   Reviewer:                                            |      Merged:          
  
Work_issues:  Mention ticket number in commit messages  |  
--------------------------------------------------------+-------------------
Changes (by newvalueoldvalue):

  * status:  needs_review => needs_work
  * work_issues:  => Mention ticket number in commit messages
  * author:  => niles


Comment:

 Hi!

 The patches cleanly apply, and {{{sage -b}}} works.

 The original problem is fixed:
 {{{
 sage: A.<t> = PowerSeriesRing(ZZ)
 sage: g = t + t^3 + t^5 + O(t^6); g
 t + t^3 + t^5 + O(t^6)
 sage:
 sage: [g == g.add_bigoh(i) for i in range(7)]
 [True, True, True, True, True, True, True]
 }}}

 The code looks good to me. I am now running doctests.

 One minor problem: Please mention the ticket number in the commit
 messages. So, please add something like "#9457: " to the commit messages
 of both patches

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