On Thu, Feb 11, 2010 at 6:15 PM, Edward K. Ream <[email protected]> wrote:
> 3. It is troubling that the present caching scheme does not use the > full path to a file, only the basename. This means that two identical > files in two different places will use the same cache entries. I've > been wondering for the last several days about whether this could > cause problems. I don't know for sure, but I am uncomfortable. What do you mean exactly? The hash is computed from full path, cache entries are counted from content. > 4. I want the clear-cache and clear-all-caches commands to do what > they say: get rid of everything. Among other things, this is good for > debugging and recovering from cache problems. Yep, on Linux this is just: rm -Rf `find ~/.leo/db -name fcache -type d` On windows, it has to be written out in python though. -- Ville M. Vainio http://tinyurl.com/vainio -- You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor?hl=en.
