E&S CVS Commit: ZProducts - Added optional DEPENDENT ON clause to WITH...COMPUTE statements that makes

pje at eby-sarna.com pje at eby-sarna.com
Sat May 26 00:40:01 EDT 2001


Module Name:	ZProducts
Committed By:	pje
Date:		Sat May 26 04:39:28 UTC 2001

Modified Files:
	ZProducts/ZPatterns/SkinScript: Compiler.py Components.py

Log Message:
Added optional DEPENDENT ON clause to WITH...COMPUTE statements that makes
the variables computed depdendent on a list of other attributees.
Specifically, if any of the other attributes are changed (by setting them,
NOT by recalculation), the computed variables will be dropped from the
cache, forcing them to be recalculated the next time they are accessed.
(Based on Steve Alexander's suggestion for an  "INVALIDATE FOR" clause.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/ZProducts/ZPatterns/SkinScript/Compiler.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/ZProducts/ZPatterns/SkinScript/Components.py.diff?r1=1.11&r2=1.12

To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 ZProducts/ZPatterns/SkinScript/Compiler.py
cvs rdiff -r1.11 -r1.12 ZProducts/ZPatterns/SkinScript/Components.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