aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/nested_raw_included_inlines.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-09 15:08:41 -0400
committerJoey Hess <joey@kitenet.net>2010-06-09 15:08:41 -0400
commit3cd4d1e31ba5d7b0a3705af08de2179a0dd07632 (patch)
treea9e7c18377ec17c50c79d68c062c10ea9752c04c /doc/bugs/nested_raw_included_inlines.mdwn
parentaddedde0d64bc70b2dceac22886eec636f6b6e9a (diff)
downloadikiwiki-3cd4d1e31ba5d7b0a3705af08de2179a0dd07632.tar
ikiwiki-3cd4d1e31ba5d7b0a3705af08de2179a0dd07632.tar.gz
fixed
Diffstat (limited to 'doc/bugs/nested_raw_included_inlines.mdwn')
-rw-r--r--doc/bugs/nested_raw_included_inlines.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/nested_raw_included_inlines.mdwn b/doc/bugs/nested_raw_included_inlines.mdwn
index 33433e235..92ea4c4ef 100644
--- a/doc/bugs/nested_raw_included_inlines.mdwn
+++ b/doc/bugs/nested_raw_included_inlines.mdwn
@@ -32,3 +32,20 @@ Am I missing something? Is this a bug or Ikiwiki not supposed to support this us
> currently merges pagespecs, though - maybe the patches I suggested for
> [[separating_and_uniquifying_pagespecs|todo/should_optimise_pagespecs]]
> would help? --[[smcv]]
+
+>> That, or something seems to have helped in the meantime...
+>> Actually, I think it was the [[transitive_dependencies]] support
+>> that did it, though smcv's pagespec stuff was also a crucial improvement.
+>>
+>> Anyhoo:
+
+ joey@gnu:~/tmp>touch testcase/page2.mdwn
+ joey@gnu:~/tmp>ikiwiki -v testcase html
+ refreshing wiki..
+ scanning page2.mdwn
+ building page2.mdwn
+ building page1.mdwn, which depends on page2
+ building page0.mdwn, which depends on page1
+ done
+
+>> I happily think this is [[done]] --[[Joey]]