E&S CVS Commit: PEAK - Added support for passing keyword options through to a code generator, and
pje at eby-sarna.com
pje at eby-sarna.com
Mon Feb 17 10:15:00 EST 2003
Module Name: PEAK
Committed By: pje
Date: Mon Feb 17 15:14:24 UTC 2003
Modified Files:
PEAK/src/peak/metamodels: MOF131.py
PEAK/src/peak/model: mof2py.py
Log Message:
Added support for passing keyword options through to a code generator, and
added a 'pkgPrefix' option to the MOF code generator, which uses it as
a prefix for the package names of the generated code (but not the
filenames, yet). Implemented "pathfinding" for 'referencedType' links, so
that an appropriate acquisition-based or relative path can locate a
referenced type. An error is generated if there is no relative path
possible, so MOF models must be well-formed for this to work.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/metamodels/MOF131.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PEAK/src/peak/model/mof2py.py.diff?r1=1.2&r2=1.3
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 PEAK/src/peak/metamodels/MOF131.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/model/mof2py.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