E&S CVS Commit: PEAK - Starting implementation of "name arithmetic". Composite and compound names

pje at eby-sarna.com pje at eby-sarna.com
Wed Dec 4 21:15:01 EST 2002


Module Name:	PEAK
Committed By:	pje
Date:		Thu Dec  5 02:14:09 UTC 2002

Modified Files:
	PEAK/src/peak/binding: components.py
	PEAK/src/peak/naming: contexts.py interfaces.py names.py spi.py
	PEAK/src/peak/naming/tests: __init__.py

Log Message:
Starting implementation of "name arithmetic".  Composite and compound names
can now be added to each other or themselves, with correct handling of
namespace boundaries.  (Well, the test cases work correctly, but I need to
add some more of them.)  Got rid of the 'isComposite/isCompound/isURL'
flags, and replaced them with a 'nameKind' enumeration.  The base 'Name'
class is now 'AbstractName', since it's not a useful thing to instantiate.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.74&r2=1.75
http://cvs.eby-sarna.com/PEAK/src/peak/naming/contexts.py.diff?r1=1.37&r2=1.38
http://cvs.eby-sarna.com/PEAK/src/peak/naming/interfaces.py.diff?r1=1.22&r2=1.23
http://cvs.eby-sarna.com/PEAK/src/peak/naming/names.py.diff?r1=1.34&r2=1.35
http://cvs.eby-sarna.com/PEAK/src/peak/naming/spi.py.diff?r1=1.30&r2=1.31
http://cvs.eby-sarna.com/PEAK/src/peak/naming/tests/__init__.py.diff?r1=1.4&r2=1.5

To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 PEAK/src/peak/binding/components.py
cvs rdiff -r1.37 -r1.38 PEAK/src/peak/naming/contexts.py
cvs rdiff -r1.22 -r1.23 PEAK/src/peak/naming/interfaces.py
cvs rdiff -r1.34 -r1.35 PEAK/src/peak/naming/names.py
cvs rdiff -r1.30 -r1.31 PEAK/src/peak/naming/spi.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/naming/tests/__init__.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