[livecoding] r138 committed - - reloader.py: Classes updated in place need to be considered contribu...

1 view
Skip to first unread message

livec...@googlecode.com

unread,
Feb 12, 2010, 9:21:05 PM2/12/10
to py-livecod...@googlegroups.com
Revision: 138
Author: richard.m.tew
Date: Fri Feb 12 18:20:10 2010
Log: - reloader.py: Classes updated in place need to be considered
contributions, so that leakage is tracked correctly.
http://code.google.com/p/livecoding/source/detail?r=138

Modified:
/trunk/reloader.py

=======================================
--- /trunk/reloader.py Fri Feb 12 16:38:23 2010
+++ /trunk/reloader.py Fri Feb 12 18:20:10 2010
@@ -266,6 +266,7 @@

# If there was an old value, it is updated.
if oldValue is not None:
+ contributedAttributes.add(attrName)
continue

# Otherwise, the new value is being added.

Reply all
Reply to author
Forward
0 new messages