E&S CVS Commit: PyProtocols - Added tests for 'Const', 'Getattr', 'Tuple', 'Var', and

pje at eby-sarna.com pje at eby-sarna.com
Sat Jul 10 13:43:00 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Sat Jul 10 17:42:22 UTC 2004

Modified Files:
	PyProtocols/src/protocols: dispatch.py predicates.py
	PyProtocols/src/protocols/tests: test_dispatch.py

Log Message:
Added tests for 'Const', 'Getattr', 'Tuple', 'Var', and
'dispatch_by_truth'.  We now have enough basic operations available to use
almost any kind of Python expression as a dispatch criterion.  Also, added
preliminary support for expressions with lazy evaluation, to support the
future 'AndExpr' and 'OrExpr' types.  Once we have those, and some way of
adding expression ordering constraints, we'll have everything we need to
start having signatures built by a parser.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/dispatch.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PyProtocols/src/protocols/predicates.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.5&r2=1.6

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 PyProtocols/src/protocols/dispatch.py
cvs rdiff -r1.1 -r1.2 PyProtocols/src/protocols/predicates.py
cvs rdiff -r1.5 -r1.6 PyProtocols/src/protocols/tests/test_dispatch.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