E&S CVS Commit: PEAK - Fixed needing to break encapsulation of EigenCells in order to supply a

pje at eby-sarna.com pje at eby-sarna.com
Wed Apr 23 13:04:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Wed Apr 23 17:03:05 UTC 2003

Modified Files:
	PEAK/src/peak/config: api_impl.py
	PEAK/src/peak/running: scheduler.py
	PEAK/src/peak/util: EigenData.py

Log Message:
Fixed needing to break encapsulation of EigenCells in order to supply a
default value.  'EigenCell.get()' can now be given a function that will
be called to suppy a default value for the cell in the event that it hasn't
had a value set yet, and has not been read.  This cleans up code in the
singleton accessors for the "system configuration" and "reactor" services.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/config/api_impl.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/PEAK/src/peak/running/scheduler.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PEAK/src/peak/util/EigenData.py.diff?r1=1.6&r2=1.7

To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 PEAK/src/peak/config/api_impl.py
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/running/scheduler.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/util/EigenData.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