X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1ba5f548f4e97bcefcfa14e3346903510c7a9b82..bd7edde9d6e871a62299a4aa04853095f194e3bf:/doc/todo/document_dependency_influences_in_code.mdwn?ds=sidebyside diff --git a/doc/todo/document_dependency_influences_in_code.mdwn b/doc/todo/document_dependency_influences_in_code.mdwn index 18afb3df2..8b899cd7e 100644 --- a/doc/todo/document_dependency_influences_in_code.mdwn +++ b/doc/todo/document_dependency_influences_in_code.mdwn @@ -1,6 +1,6 @@ [[!template id=gitbranch branch=smcv/ready/document-success-reason author="[[smcv]]" browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/document-success-reason]] -[[!tag patch]] +[[!tag patch users/smcv/ready]] Whenever I look at dependency calculation, for instance to solve [[bugs/editing gitbranch template is really slow]], it takes me a while to @@ -20,3 +20,11 @@ should count as static or dynamic, perhaps analogous to and linked from the `match_foo` section of [[plugins/write]]. I haven't written this myself because I'm somewhat stuck on the subtlety of what "indirectly influenced" means... --[[smcv]] + +>> the documentation looks correct to me, as far as i understand dependencies. +>> the documentation on `influences_static` could add a "Static influences are +>> what make `pagespec_match_list` more efficient than repeated +>> `pagespec_match_list`." to give an idea of why it is there in the first +>> place. --[[chrysn]] + +>>> [[done]] in 3.20140916 --s