New issue 15 by richard.m.tew: UpdateModuleAttributes incomplete / leaked
attribute confusion
http://code.google.com/p/livecoding/issues/detail?id=15
Looking at UpdateModuleAttributes, it is clear that this function has a few
issues.
* Why is 'overwritableAttributes' passed in?
* Why are the leaked attributes collected in 'leakedAttributes' unused?
And finally, with collection of leaked and contributed attributes, who
removes leaked attributes that have been replaced?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 15 by richard.m.tew: UpdateModuleAttributes incomplete
/ leaked attribute confusion
http://code.google.com/p/livecoding/issues/detail?id=15
This is dealt with. It will not be explained here, as the code should now
be clearer.