diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-26 01:38:53 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-26 01:38:53 -0400 |
commit | 0d524ad672333fd0bafa64e81e261fd297c25580 (patch) | |
tree | 0516c0ef5a8deecd61a25bd004766a273803ca7d /doc | |
parent | 4cb464d6e52344b8a0dfd29e82ede78aef1385d3 (diff) |
Fix incorrect influence info returned by a failing link() pagespec, that could lead to bad dependency handling in certian situations.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/depends_simple_mixup.mdwn | 5 |
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]] |