Hi Robert, On 2012-08-31, Robert Bradshaw <[email protected]> wrote: >> The point is that my patch doesn't touch misc/cachefunc.pyx. > > I see that you have 5 dependencies; perhaps one of them does?
The plugin compares sage-5.3.rc0 with sage-5.3.rc0+#13370. Two of the five dependencies of the ticket are already part of sage-5.3.rc0. With the dependencies of the dependencies, we have to consider #715, #11521, #12215 and #12313. #715 doesn't touch misc/cachefunc.pyx. Neither does #11521 or #12313. #12215 introduces a new class in nisc/cachefunc. Both the class itself and its methods `__init__`, `__call__`, `is_in_cache` and `set_cache` are tested. I could imagine, though, that the plugin does not recognise all of the tests: The class is called WeakCachedFunction, but it gives rise to a decorator called weak_cached_function. Cheers, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel?hl=en.
