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

Wolfgang Schnerring wosc at wosc.de
Thu Jul 7 02:30:09 EDT 2011


Log message for revision 122128:
  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-07-06 17:35:11 UTC (rev 122127)
+++ zope.component/branches/wosc-test-stacking/NOTES.txt	2011-07-07 06:30:08 UTC (rev 122128)
@@ -13,10 +13,18 @@
 
 - persisting/pickling stackables
 
-  - need to support persistentregistry.py, i.e. stackable(PersistentList)
+  * scope for persistent stackables: the currently running process, i.e. it's
+    okay not to persist the stackable-registry
 
-  - does stackable.stack need to be a PersistentList?
+  * we might not have to do anything special for persistent component
+    registries, since the ZODB synchronizes changes to all copies of a
+    persistent object on transaction boundaries.
 
+  - support stackable(PersistentList/PersistentMapping)
+    (makes trouble on unpickling, does not restore stackable.stack right now)
+  - put stackable() into persistentregistry.py
+  - stackable.stack needs to be a PersistentList
+
 - 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
   cross-check, too).



More information about the checkins mailing list