[Checkins] SVN: zope.component/branches/wosc-test-stacking/NOTES.txt Update todo list

Wolfgang Schnerring wosc at wosc.de
Thu Jun 16 03:11:27 EDT 2011


Log message for revision 121957:
  Update todo list
  

Changed:
  U   zope.component/branches/wosc-test-stacking/NOTES.txt

-=-
Modified: zope.component/branches/wosc-test-stacking/NOTES.txt
===================================================================
--- zope.component/branches/wosc-test-stacking/NOTES.txt	2011-06-15 19:17:13 UTC (rev 121956)
+++ zope.component/branches/wosc-test-stacking/NOTES.txt	2011-06-16 07:11:26 UTC (rev 121957)
@@ -1,10 +1,10 @@
 TODO:
 
+* zope.component
 
-- persisting/pickling stackable registries
+major:
 
-- Name StackableBase methods with a prefix so they don't conflict with
-  delegated methods (e.g. pop).
+- persisting/pickling stackables
 
 - Tests for zope.component-Stacking: can we run the existing tests on a push
   and then pop "level"? (Maybe use another existing application as a
@@ -14,6 +14,14 @@
   'stackable' is Python-code? (This should only apply to tests, since we're
   going to want to create a way to bypass the stackable stuff)
 
+minor:
+
+- Name StackableBase methods with a prefix so they don't conflict with
+  delegated methods (e.g. pop).
+
+- rewrite persistence test to use DemoStorage instead of FileStorage
+
+
 * Stackable:
 - Needs a better name
 - Create separate egg?
@@ -24,7 +32,6 @@
 - do we leak memory regarding unregistering of stackables?
 
 
-
 * later
 - Do we have to make _v_subregistries stackable, i.e. do we want/need to
   support changing __bases__ and restoring that after pop?



More information about the checkins mailing list