#15466: Remove deprecated code from combinat/
-------------------------------------+-------------------------------------
       Reporter:  ncohen             |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-6.1
      Component:  combinatorics      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Nathann Cohen      |    Reviewers:  Andrew Mathas
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/andrew.mathas/ticket/15466       |  6639e7543dc6399280c5e42babca5eff18584da9
   Dependencies:  #15467             |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vbraun):

 * status:  closed => new
 * resolution:  fixed =>


Comment:

 {{{
 sage -t src/sage/misc/cachefunc.pyx
 **********************************************************************
 File "src/sage/misc/cachefunc.pyx", line 534, in
 sage.misc.cachefunc.CachedFunction.__init__
 Failed example:
     g.cache
 Expected:
     {((5, None, 'default'), ()): 7}
 Got:
     {((5, 'default'), ()): 7}
 **********************************************************************
 File "src/sage/misc/cachefunc.pyx", line 722, in
 sage.misc.cachefunc.CachedFunction.__call__
 Failed example:
     g.get_cache()
 Expected:
     {((5, None, 'default'), ()): 7}
 Got:
     {((5, 'default'), ()): 7}
 **********************************************************************
 File "src/sage/misc/cachefunc.pyx", line 761, in
 sage.misc.cachefunc.CachedFunction.get_cache
 Failed example:
     g.get_cache()
 Expected:
     {((5, None, 'default'), ()): 7}
 Got:
     {((5, 'default'), ()): 7}
 **********************************************************************
 File "src/sage/misc/cachefunc.pyx", line 802, in
 sage.misc.cachefunc.CachedFunction.set_cache
 Failed example:
     g.get_cache()
 Expected:
     {((5, None, 'default'), ()): 7}
 Got:
     {((5, 'default'), ()): 7}
 **********************************************************************
 File "src/sage/misc/cachefunc.pyx", line 805, in
 sage.misc.cachefunc.CachedFunction.set_cache
 Failed example:
     g.get_cache()
 Expected:
     {((5, None, 'default'), ()): 17}
 Got:
     {((5, 'default'), ()): 17}
 **********************************************************************
 File "src/sage/misc/cachefunc.pyx", line 867, in
 sage.misc.cachefunc.CachedFunction.clear_cache
 Failed example:
     g.get_cache()
 Expected:
     {((5, None, 'default'), ()): 7}
 Got:
     {((5, 'default'), ()): 7}
 **********************************************************************
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15466#comment:9>
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/groups/opt_out.

Reply via email to