# HG changeset patch # User Atul Varma # Date 1244431284 25200 # Node ID 6737bc744b46835536e70401f2971f0bbd862866 # Parent 00d50391d378dab716943a3f05191225466bf0fa Added a TODO. diff -r 00d50391d378 -r 6737bc744b46 pavement.py --- 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,