summaryrefslogtreecommitdiff
path: root/doc/todo/should_optimise_pagespecs.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-07-25 20:46:03 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-07-25 20:46:03 +0100
commitc2215feeddadcf10a48d5ac9ae4cebb4bba4d898 (patch)
tree31507facf843fd07d226582a8c45fb1cc6bc53d3 /doc/todo/should_optimise_pagespecs.mdwn
parentd2633aad3eb3d691b70b92d3093674c2865d62b2 (diff)
New branch based on optimize-pagespecs: remove pagespec_merge
Diffstat (limited to 'doc/todo/should_optimise_pagespecs.mdwn')
-rw-r--r--doc/todo/should_optimise_pagespecs.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/should_optimise_pagespecs.mdwn b/doc/todo/should_optimise_pagespecs.mdwn
index ebe0b5055..db7a017c4 100644
--- a/doc/todo/should_optimise_pagespecs.mdwn
+++ b/doc/todo/should_optimise_pagespecs.mdwn
@@ -98,4 +98,11 @@ I can think about reducung the size of my wiki source and making it available on
>>>> I haven't actually deleted it), because the "or" operation is now done in
>>>> the Perl code, rather than by merging pagespecs and translating. --[[smcv]]
+[[!template id=gitbranch branch=smcv/remove-pagespec-merge author="[[smcv]]"]]
+
+>>>>> I've now added a patch to the end of that branch that deletes
+>>>>> `pagespec_merge` almost entirely (we do need to keep a copy around, in
+>>>>> ikiwiki-transition, but that copy doesn't have to be optimal or support
+>>>>> future features like [[tracking_bugs_with_dependencies]]). --[[smcv]]
+
[[!tag wishlist patch patch/core]]