E&S CVS Commit: PEAK - First phase refactoring of configuration loading. Removed rule factories,

pje at eby-sarna.com pje at eby-sarna.com
Sun Nov 3 09:12:00 EST 2002


Module Name:	PEAK
Committed By:	pje
Date:		Sun Nov  3 14:11:15 UTC 2002

Modified Files:
	PEAK/src/peak/config: api_impl.py config_components.py interfaces.py
	PEAK/src/peak/naming: names.py

Log Message:
First phase refactoring of configuration loading.  Removed rule factories,
as the only thing they do is help avoid specifying a wildcard to both the
rule object and the property map.  Generalized loadEnviron to loadMapping,
and added an 'asPrefix()' method to PropertyName objects so that it's easy
to turn either 'eniron' or 'environ.*' into 'environ.' for adding onto the
front of loaded configuation keys.


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.7&r2=1.8
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/config/interfaces.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PEAK/src/peak/naming/names.py.diff?r1=1.20&r2=1.21

To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/config/api_impl.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.12 -r1.13 PEAK/src/peak/config/interfaces.py
cvs rdiff -r1.20 -r1.21 PEAK/src/peak/naming/names.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