aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/nested_raw_included_inlines.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-07-10 19:08:38 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-07-10 19:08:38 +0100
commitf58b5c798a7a5ad4ae2a85833766e761a407f02d (patch)
treeb6520395d9245317801ce7829e6462f1f07066b5 /doc/bugs/nested_raw_included_inlines.mdwn
parent1c614914cc7b5fe187298dad88bafa0bdf8f106c (diff)
downloadikiwiki-f58b5c798a7a5ad4ae2a85833766e761a407f02d.tar
ikiwiki-f58b5c798a7a5ad4ae2a85833766e761a407f02d.tar.gz
dependency inheritance considered scary, although my branch might help
Diffstat (limited to 'doc/bugs/nested_raw_included_inlines.mdwn')
-rw-r--r--doc/bugs/nested_raw_included_inlines.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/nested_raw_included_inlines.mdwn b/doc/bugs/nested_raw_included_inlines.mdwn
index 792bc843c..33433e235 100644
--- a/doc/bugs/nested_raw_included_inlines.mdwn
+++ b/doc/bugs/nested_raw_included_inlines.mdwn
@@ -24,3 +24,11 @@ In my real world situation, page1 is actually listing all pages that match a cer
Whenever a page got tagged, it will appear on page1 but not on page0.
Am I missing something? Is this a bug or Ikiwiki not supposed to support this use case?
+
+> Perhaps the inline plugin isn't being clever enough about dependencies -
+> strictly speaking, when a page is inlined with full content, the inlining
+> page should probably inherit all the inlined page's dependencies.
+> That might be prohibitively slow in practise due to the way IkiWiki
+> currently merges pagespecs, though - maybe the patches I suggested for
+> [[separating_and_uniquifying_pagespecs|todo/should_optimise_pagespecs]]
+> would help? --[[smcv]]