diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 08:34:09 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 08:34:09 +0000 |
commit | 8fa8bd0adb034f05131648dcb7b14011672649e8 (patch) | |
tree | ec95c4ffe3c3990bb322aafdb81071836c9af49a /debian | |
parent | f8a7fb227b59463b37180b1e525c5d19ec0e43cb (diff) |
the kind of perl code that can only be written at 4:30 am
(Get a good message when a PageSpec fails due to a negated success by
creating success objects with a reason string, which morph into failure
objects when negated.)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ee3792892..867934f24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,10 +30,10 @@ ikiwiki (1.51) UNRELEASED; urgency=low * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0. * Updated Gujarati translation from Kartik Mistry. Closes: #421198 - * Make pagespec_match on failure return a value that is false, but in a - scalar context, evaluates to a reason why the match failed. + * Make pagespec_match return an object that can be stringified to tell + the reason why the match failed or succeeded. * Add testpagespec plugin, which might be useful to see why a pagespec isn't - matching something. + working as desired. -- Joey Hess <joeyh@debian.org> Fri, 27 Apr 2007 03:41:52 -0400 |