E&S CVS Commit: PEAK - Changed misc. components to use the assembly events framework. Fixed

pje at eby-sarna.com pje at eby-sarna.com
Mon Apr 28 21:23:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Tue Apr 29 01:22:58 UTC 2003

Modified Files:
	PEAK/src/peak/binding: components.py
	PEAK/src/peak/config: config_components.py
	PEAK/src/peak/running: commands.py daemons.py scheduler.py zpublish.py

Log Message:
Changed misc. components to use the assembly events framework.  Fixed
re-entrancy bugs in 'uponAssembly()' so that when activate attributes do
hierarchy lookups, it doesn't try to recompute the attribute again.
Changed 'config.Application()' to issue assembly events as soon as it is
used for a configuration lookup.  All this appears to work, but it
definitely needs a test suite, and we *really* need tests for the
event-driven stuff.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.94&r2=1.95
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.35&r2=1.36
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/running/daemons.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/running/scheduler.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/running/zpublish.py.diff?r1=1.4&r2=1.5

To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 PEAK/src/peak/binding/components.py
cvs rdiff -r1.35 -r1.36 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/running/commands.py
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/running/daemons.py \
    PEAK/src/peak/running/scheduler.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/running/zpublish.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list