Closed willkg closed 10 years ago
In implementing ignore_future, I moved some things around and changed some callback arguments. One result of that is that tools.filestat no longer caches the results on the Result data dict.
ignore_future
tools.filestat
It should probably be fixed to cache results again.
I added memoizing to run_callback, so this is done now. Landed in ab04811.
run_callback
Further, it turned out to not be a big deal since plugins that handle cb_filestat can more effectively memoize themselves.
cb_filestat
In implementing
ignore_future
, I moved some things around and changed some callback arguments. One result of that is thattools.filestat
no longer caches the results on the Result data dict.It should probably be fixed to cache results again.