E&S CVS Commit: pylib [Simplification-Branch] - Further improvements to encapsulation of BuildTarget interface. Added

pje at eby-sarna.com pje at eby-sarna.com
Wed Jan 30 10:59:00 EST 2002


Module Name:	pylib
Committed By:	pje
Date:		Wed Jan 30 15:58:01 UTC 2002

Modified Files:
	pylib/TW/API [Simplification-Branch]: Advisors.py Interfaces.py
	    Interpreters.py Specifications.py Targets.py __init__.py
	pylib/TW/MOF [Simplification-Branch]: MMX.py
	pylib/TW/StructuralModel [Simplification-Branch]: Basic.py
	pylib/TW/UML [Simplification-Branch]: __init__.py
	pylib/TW/Utils [Simplification-Branch]: ClassTypes.py
	pylib/TW/tests/Database [Simplification-Branch]: DataModel.py
Added Files:
	pylib/TW/API [Simplification-Branch]: SEF_hooks.py
	pylib/TW/Utils [Simplification-Branch]: Import.py
Removed Files:
	pylib/TW/API [Simplification-Branch]: SEF.py

Log Message:
Further improvements to encapsulation of BuildTarget interface.  Added
a Utils.Import module for more convenient use of import strings.  First cut
of a dependency-resolution system that automatically includes other
component specs, if a spec is not already present that implements the
desired interface.  So far, the API for expressing dependencies sucks
really badly, and needs to be cleaned up before this branch rejoins the
trunk.  Incidentally, this checkin also speeds things up another small
notch because, among other things, it doesn't have to do as much work to
qualify paths that are based on dependency information.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/TW/API/Advisors.py.diff?r1=1.1.2.3&r2=1.1.2.4
http://cvs.eby-sarna.com/pylib/TW/API/Interfaces.py.diff?r1=1.1.2.4&r2=1.1.2.5
http://cvs.eby-sarna.com/pylib/TW/API/Interpreters.py.diff?r1=1.1.2.4&r2=1.1.2.5
http://cvs.eby-sarna.com/pylib/TW/API/Specifications.py.diff?r1=1.1.2.4&r2=1.1.2.5
http://cvs.eby-sarna.com/pylib/TW/API/Targets.py.diff?r1=1.1.2.4&r2=1.1.2.5
http://cvs.eby-sarna.com/pylib/TW/API/__init__.py.diff?r1=1.1.2.4&r2=1.1.2.5
http://cvs.eby-sarna.com/pylib/TW/API/SEF_hooks.py?rev=1.1.2.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/pylib/TW/MOF/MMX.py.diff?r1=1.5.2.1&r2=1.5.2.2
http://cvs.eby-sarna.com/pylib/TW/StructuralModel/Basic.py.diff?r1=1.17.2.3&r2=1.17.2.4
http://cvs.eby-sarna.com/pylib/TW/UML/__init__.py.diff?r1=1.5.2.1&r2=1.5.2.2
http://cvs.eby-sarna.com/pylib/TW/Utils/ClassTypes.py.diff?r1=1.1&r2=1.1.2.1
http://cvs.eby-sarna.com/pylib/TW/Utils/Import.py?rev=1.1.2.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/pylib/TW/tests/Database/DataModel.py.diff?r1=1.3.2.1&r2=1.3.2.2

To generate a diff of this commit:
cvs rdiff -r1.1.2.3 -r1.1.2.4 pylib/TW/API/Advisors.py
cvs rdiff -r1.1.2.4 -r1.1.2.5 pylib/TW/API/Interfaces.py \
    pylib/TW/API/Interpreters.py pylib/TW/API/Specifications.py \
    pylib/TW/API/Targets.py pylib/TW/API/__init__.py
cvs rdiff -r1.1.2.2 -r0 pylib/TW/API/SEF.py
cvs rdiff -r0 -r1.1.2.1 pylib/TW/API/SEF_hooks.py
cvs rdiff -r1.5.2.1 -r1.5.2.2 pylib/TW/MOF/MMX.py
cvs rdiff -r1.17.2.3 -r1.17.2.4 pylib/TW/StructuralModel/Basic.py
cvs rdiff -r1.5.2.1 -r1.5.2.2 pylib/TW/UML/__init__.py
cvs rdiff -r1.1 -r1.1.2.1 pylib/TW/Utils/ClassTypes.py
cvs rdiff -r0 -r1.1.2.1 pylib/TW/Utils/Import.py
cvs rdiff -r1.3.2.1 -r1.3.2.2 pylib/TW/tests/Database/DataModel.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