aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/nested_inlines_produce_no_output.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-31 15:10:23 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-31 15:10:23 -0400
commit99e5e6dd08ba193046a9e2c349ec5843d31c9c1c (patch)
tree3480efe0b29e41fdf2cb34f2c1f433b47d5ba017 /doc/bugs/nested_inlines_produce_no_output.mdwn
parent0353882a6608c8cce4a3395f45b47534991d43df (diff)
downloadikiwiki-99e5e6dd08ba193046a9e2c349ec5843d31c9c1c.tar
ikiwiki-99e5e6dd08ba193046a9e2c349ec5843d31c9c1c.tar.gz
inline: The optimisation in 2.41 broke nested inlines. Detect those and avoid overoptimising.
Diffstat (limited to 'doc/bugs/nested_inlines_produce_no_output.mdwn')
-rw-r--r--doc/bugs/nested_inlines_produce_no_output.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/nested_inlines_produce_no_output.mdwn b/doc/bugs/nested_inlines_produce_no_output.mdwn
index c40a847b0..3f2fccdfb 100644
--- a/doc/bugs/nested_inlines_produce_no_output.mdwn
+++ b/doc/bugs/nested_inlines_produce_no_output.mdwn
@@ -8,3 +8,5 @@ If an inlined page itself contains an inline directive, the nested directive wil
When rendered, _pets_ [contains](http://www.willthompson.co.uk/tmp/ikiwiki-nested-inline/output/pets/) the content from _pets/dogs_ and _pets/cats_, but not the pages inlined into them. However, the subpages [correctly](http://www.willthompson.co.uk/tmp/ikiwiki-nested-inline/output/pets/dogs/) [include](http://www.willthompson.co.uk/tmp/ikiwiki-nested-inline/output/pets/cats/) their own children.
This used to work in at least ikiwiki 1.45. I stepped through `preprocess_inline`, but couldn't see why this wasn't working.
+
+> Broke due to overoptimisation, fixed now. [[done]] --[[Joey]]