Hi, I'm currently reviewing John Palmieri's ticket: #12670: Store lazy import caches in .sage/cache/ rather than in .sage The (not so critical) problem solved here is that the cache for lazy import is currently stored in .sage which is polluted by lots of files (one for each sage-version/branch) such as: _home_data_Sage-Install_sage-5.0.beta7_devel_sage-combinat-lazy_import_cache.pickle _home_data_Sage-Install_sage-5.0.beta7_devel_sage-main-lazy_import_cache.pickle So I completely agree that those file should be in a subdirectory, which is the purpose of the ticket.
However, I noticed that all these files are only 6 bytes long. So I'm seriously wondering if the cache is actually storing anything non trivial. Is it for future use or is there a bug here ? Cheers, Florent -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org