note about sort and dependency types
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Apr 2010 04:01:38 +0000 (00:01 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Apr 2010 04:09:22 +0000 (00:09 -0400)
commitd58444a3e956e329cea4cbcdddcba99664ee585e
tree356d5da8e3ba12e42246f299e97291aa595d7147
parent196851d4e2ff608e80855ae6ba12178a24595e5b
note about sort and dependency types

There's a gotcha where pagespec_match_list is used with a dependency type
that is not a full content dependency, and so ikiwiki does not know that
a content change to a page that sorted too low to match needs to trigger
a rebuild, since its sort order may have changed.

Inline is mostly ok re this, as it does use content dependencies. Except
for in the case of raw mode. But then, page metadata is documented to not
be loaded, so it doesn't make sense to use sortspecs that depend on
metadata. I hope. :)
doc/plugins/write.mdwn