diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-05 13:49:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-05 13:49:37 -0400 |
commit | a4fe34affb6ff507de55fc6cade3f43be3100bd8 (patch) | |
tree | 078112353cfe6ee936c1491b0ef81516ee3e1558 /doc/todo | |
parent | bb47083214ac2a4223dfb4166991aaf84aad2c3a (diff) | |
download | ikiwiki-a4fe34affb6ff507de55fc6cade3f43be3100bd8.tar ikiwiki-a4fe34affb6ff507de55fc6cade3f43be3100bd8.tar.gz |
code review
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/allow_site-wide_meta_definitions.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/allow_site-wide_meta_definitions.mdwn b/doc/todo/allow_site-wide_meta_definitions.mdwn index a308e0d8c..d1034bf58 100644 --- a/doc/todo/allow_site-wide_meta_definitions.mdwn +++ b/doc/todo/allow_site-wide_meta_definitions.mdwn @@ -83,6 +83,8 @@ definitions essentially. >> >>> I generally agree with this. It is *possible* that meta would have a new >>> field added, that takes parameters and make sense to use globally. +>>> (Indeed, this later happened to some extent with the sortas parameters +>>> being added to some metas.) >>> --[[Joey]] >> >> Due to this, and the added complexity of the second patch (having to adjust @@ -150,3 +152,8 @@ definitions essentially. >>>>> >>>>> The patch can be found at the git branch described above. >>>>> — [[Jon]] + +>>>>>> I wish I could take pity on you and just merge this, but +>>>>>> AFAICS it still suffers from the memory bloat described above. +>>>>>> Specifically, when `scan` calls `preprocess`, it +>>>>>> stores the metadata in `%pagestate` etc. --[[Joey]] |