#12941: Cache should be cleared on cloning
----------------------------------------+-----------------------------------
       Reporter:  hivert                |         Owner:  hivert  
           Type:  defect                |        Status:  new     
       Priority:  major                 |     Milestone:  sage-5.1
      Component:  combinatorics         |    Resolution:          
       Keywords:  Clone, cache, days38  |   Work issues:          
Report Upstream:  N/A                   |     Reviewers:          
        Authors:  Florent Hivert        |     Merged in:          
   Dependencies:                        |      Stopgaps:          
----------------------------------------+-----------------------------------

Comment (by mjo):

 What cache? There are no cached methods in `ClonableIntArray`, so the
 behavior within that class appears correct at first glance.

 Isn't the problem really that you're saying `sum()` is cacheable, when in
 reality it isn't? At least under the inherited implementation of
 `setitem()`.

 Since `Foo` is the class with the cached method, `Foo` should invalidate
 the cache on `setitem()`.

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