# HG changeset patch # User Michael Pavone # Date 1428990060 25200 # Node ID 04ba2118c5fe62daa8e6e9bb9c389519debb1b2d # Parent a3b06d53bcb9497be75730a0e885cfd8422dd2b5 Rename (dict hash) size to (dict hash) length and make it actually work diff -r a3b06d53bcb9 -r 04ba2118c5fe modules/dict.tp --- a/modules/dict.tp Fri Apr 10 01:19:46 2015 -0700 +++ b/modules/dict.tp Mon Apr 13 22:41:00 2015 -0700 @@ -104,7 +104,7 @@ } _hashWithBuckets:size:hashdiffs <- :_buckets :_size :_hashdiffs { #{ - size <- { size } + length <- { _size } ifget:else <- :key ifpres :ifnot { basehash <- key hash notdone <- true