aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/dependency_types.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2009-10-08 06:38:40 -0400
committerJoey Hess <joey@kitenet.net>2009-10-08 06:38:40 -0400
commit808c699961eae0de7125812d4f1c51ecd5fc6c18 (patch)
tree7ea07d6434b0c7e379b82e040e0cef60827118cd /doc/todo/dependency_types.mdwn
parentb91ccb4963fe7074b64cb538a2439d4cb9dad45e (diff)
downloadikiwiki-808c699961eae0de7125812d4f1c51ecd5fc6c18.tar
ikiwiki-808c699961eae0de7125812d4f1c51ecd5fc6c18.tar.gz
Diffstat (limited to 'doc/todo/dependency_types.mdwn')
-rw-r--r--doc/todo/dependency_types.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/todo/dependency_types.mdwn b/doc/todo/dependency_types.mdwn
index d3ffdf7b2..97cff97c5 100644
--- a/doc/todo/dependency_types.mdwn
+++ b/doc/todo/dependency_types.mdwn
@@ -279,7 +279,7 @@ One way to fix this is to include with each dependency, a list of pages
that currently match it. If the list changes, the dependency is triggered.
Should be doable, but may involve more work than
-currently. Consider that a dependency on "bugs/*" currently
+currently. Consider that a dependency on `bugs/*` currently
is triggered by just checking until *one* page is found to match it.
But to store the list, *every* page would have to be tried against it.
Unless the list can somehow be intelligently updated, looking at only the
@@ -417,7 +417,10 @@ Given that, the `backlink` will always be evalulated, and will put index
onto the influence list. If we combine the influences from each
successful match, we get the right result.
-> This is implemented, seems to work ok. --[[Joey]]
+> This is implemented, seems to work ok. --[[Joey]]
+
+> `or` short-circuits too, but the implementation correctly uses `|`,
+> which I assume is what you meant. --[[smcv]]
#### High-level Calculation and Storage