changeset 2:6737bc744b46

Added a TODO.
author Atul Varma <varmaa@toolness.com>
date Sun, 07 Jun 2009 20:21:24 -0700
parents 00d50391d378
children 8ca68c2a7217
files pavement.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pavement.py	Sun Jun 07 20:20:17 2009 -0700
+++ b/pavement.py	Sun Jun 07 20:21:24 2009 -0700
@@ -18,6 +18,7 @@
         hash = md5.md5(contents).hexdigest()
         if hash not in self.cache:
             # TODO: This isn't threadsafe.
+            # TODO: There's no way to evict entries from the cache.
             output_filename = "output.co.js"
             retval = subprocess.call([self.cajoler_path,
                                       "-i", filename,