E&S CVS Commit: PyProtocols - Rename dispatch.ITest -> ICriterion, to avoid confusion with unit testing.
pje at eby-sarna.com
pje at eby-sarna.com
Sun Jan 30 22:44:00 EST 2005
Module Name: PyProtocols
Committed By: pje
Date: Mon Jan 31 03:43:11 UTC 2005
Modified Files:
PyProtocols/src/dispatch: functions.py interfaces.py predicates.py
strategy.py
PyProtocols/src/protocols/tests: test_dispatch.py test_parsing.py
Log Message:
Rename dispatch.ITest -> ICriterion, to avoid confusion with unit testing.
Rename associated variables, methods, and classes to match the current
terminology:
criterion -- something an expression matches (like type, range, etc.)
signature -- a collection of criteria for each of N expressions
predicate -- a collection of signatures, any of which is sufficient
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/functions.py.diff?r1=1.25&r2=1.26
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/interfaces.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/predicates.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/strategy.py.diff?r1=1.18&r2=1.19
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.31&r2=1.32
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py.diff?r1=1.19&r2=1.20
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 PyProtocols/src/dispatch/functions.py
cvs rdiff -r1.12 -r1.13 PyProtocols/src/dispatch/interfaces.py \
PyProtocols/src/dispatch/predicates.py
cvs rdiff -r1.18 -r1.19 PyProtocols/src/dispatch/strategy.py
cvs rdiff -r1.31 -r1.32 PyProtocols/src/protocols/tests/test_dispatch.py
cvs rdiff -r1.19 -r1.20 PyProtocols/src/protocols/tests/test_parsing.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