E&S CVS Commit: PEAK - Change AbstractInterpreter(args) to return the subcommand that it will

pje at eby-sarna.com pje at eby-sarna.com
Sat Aug 16 18:11:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sat Aug 16 22:10:59 UTC 2003

Modified Files:
	PEAK/src/peak/config: load_zconfig.py
	PEAK/src/peak/running: commands.py

Log Message:
Change AbstractInterpreter(args) to return the subcommand that it will
ultimately run.  This "eager" evaluation will ensure that when we have
a pre-fork process manager, any interpreted commands will actually get
assembled prior to forking.  I had to tweak the 'zconfig.schema' URL
context a bit...  essentially you now get back an ICmdLineAppFactory for
the relevant schema, where you used to get back a ConfigLoader instance.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/config/load_zconfig.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.32&r2=1.33

To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/config/load_zconfig.py
cvs rdiff -r1.32 -r1.33 PEAK/src/peak/running/commands.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