]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/depends_simple_mixup.mdwn
"safe" and "unsafe" too simplistic, I suspect
[ikiwiki.git] / doc / bugs / depends_simple_mixup.mdwn
index 506bef9044f53e54c30984701541a8968bb68e21..2603ff04c111406cd87c62207605604535172280 100644 (file)
@@ -4,7 +4,7 @@ failed to notice and update the bugs page. Looking at the indexdb, I saw
 that the page was not included in the `depends_simple` of the bugs page. 
 
 I was able to replicate the problem locally by starting off with the page
-not marked done (when it did appear in the bugs page `depends_simple`
+marked done (when it did appear in the bugs page `depends_simple`
 (appropriatly as a link dependency, since a change to the page removing the
 link would make it match)), then removing the done link. 
 
@@ -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]]