From 0db2acfc4ce715d62f73a8e4d06784149ecd5071 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 7 Sep 2010 20:38:20 +0000 Subject: garden --- TODO.txt | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/TODO.txt b/TODO.txt index f3d5a35e4..04a50c5a0 100644 --- a/TODO.txt +++ b/TODO.txt @@ -72,25 +72,3 @@ view_permission="something_random" inside every , so that those alc's kick in? or am I doing it completely wrong? -- Need to allow view configs that contain custom predicates a shot at - comparing the same - - View configs compare equal if their "phash" is the same - - We'll have to extend bfg to let it compute a phash from a custom - predicate right now, it just uses the id of the predicate. Right - now it does: - - for num, predicate in enumerate(custom): - predicates.append(predicate) - h.update('custom%s:%r' % (num, id(predicate))) - - I'll have to make it do: - - for num, predicate in enumerate(custom): - predicates.append(predicate) - h.update('custom%s:%r' % (num, get_phash(predicate))) - - where get_phash does something sensible but falls back to id - - -- cgit v1.2.3