E&S CVS Commit: PEAK - Implemented the first three items of the 'peak.model' refactoring plan;

pje at eby-sarna.com pje at eby-sarna.com
Sun Feb 2 16:52:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sun Feb  2 21:51:13 UTC 2003

Modified Files:
	PEAK/src/peak/metamodels/uml: MetaModel.py
	PEAK/src/peak/model: structural.py
	PEAK/src/peak/model/tests: __init__.py
	PEAK/src/peak/storage/tests: xmi.py

Log Message:
Implemented the first three items of the 'peak.model' refactoring plan;
feature metadata, 'model.Immutable' hash-and-compare support, and
immutables requiring all features to be read-only.  (The latter required
some changes to some 'model.DataType' subclasses in various PEAK modules.)
Added tests for some of the metadata and the immutable read-only check, but
no tests yet for immutable objects' hash-and-compare support.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/metamodels/uml/MetaModel.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/model/structural.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PEAK/src/peak/model/tests/__init__.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/storage/tests/xmi.py.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/metamodels/uml/MetaModel.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/model/structural.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/model/tests/__init__.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/storage/tests/xmi.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