aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-07-08 13:40:06 -0400
committeradmin <admin@branchable.com>2014-07-08 13:40:06 -0400
commit0a3ed31223b3a786384a6fab0bb5f653c53e8bc7 (patch)
tree98c319346713f24629e279443493be9e351cac52
parent5d21dc313c1d478c8d71e4fe0a22104123059358 (diff)
downloadikiwiki-0a3ed31223b3a786384a6fab0bb5f653c53e8bc7.tar
ikiwiki-0a3ed31223b3a786384a6fab0bb5f653c53e8bc7.tar.gz
found it
-rw-r--r--doc/plugins/trail/discussion.mdwn9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/plugins/trail/discussion.mdwn b/doc/plugins/trail/discussion.mdwn
index 93036e878..6b458cef4 100644
--- a/doc/plugins/trail/discussion.mdwn
+++ b/doc/plugins/trail/discussion.mdwn
@@ -176,4 +176,11 @@ I have removed a similar comment from the album discussion.
>>> perl -le 'use Storable; my $index = Storable::retrieve("stockholm/.ikiwiki/indexdb"); use Data::Dumper; print Dumper $index' |less
>>>
>>> indicates that `20130504` depends on `internal(*)` and so does `20130505`.
->>> I don't know why yet. --s
+>>>
+>>> After adding some `Carp::cluck` calls to the bits of IkiWiki.pm that add
+>>> dependencies, this turns out to be two similar issues, in `album` and
+>>> `trail`: they each use `pagespec_match_list` with the pagespec
+>>> `internal(*)` in order to apply a trivial filter (accept everything)
+>>> to an existing list for its side-effect of sorting that list. I'll
+>>> file a proper bug at some point; fixing it is going to need core
+>>> ikiwiki changes, I think. --s