aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/depends_simple_mixup.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-26 01:38:53 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-26 01:38:53 -0400
commit0d524ad672333fd0bafa64e81e261fd297c25580 (patch)
tree0516c0ef5a8deecd61a25bd004766a273803ca7d /doc/bugs/depends_simple_mixup.mdwn
parent4cb464d6e52344b8a0dfd29e82ede78aef1385d3 (diff)
downloadikiwiki-0d524ad672333fd0bafa64e81e261fd297c25580.tar
ikiwiki-0d524ad672333fd0bafa64e81e261fd297c25580.tar.gz
Fix incorrect influence info returned by a failing link() pagespec, that could lead to bad dependency handling in certian situations.
Diffstat (limited to 'doc/bugs/depends_simple_mixup.mdwn')
-rw-r--r--doc/bugs/depends_simple_mixup.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/depends_simple_mixup.mdwn b/doc/bugs/depends_simple_mixup.mdwn
index c2845240d..2603ff04c 100644
--- a/doc/bugs/depends_simple_mixup.mdwn
+++ b/doc/bugs/depends_simple_mixup.mdwn
@@ -15,4 +15,9 @@ dependency. But, it seems to me it should still be listed in
Then re-add the done link, and the dependency calc code breaks down,
not noticing that bugs dependeded on the page and needs to be updated.
+
+Ok.. Turns out this was not a problem with the actual influences
+calculation or dependency calculation code. Whew! `match_link`
+just didn't set the influence correctly when failing. [[fixed|done]]
+
--[[Joey]]