From: Simon McVittie
Date: Fri, 10 Jul 2009 18:21:02 +0000 (+0100)
Subject: attempt to clear up the bugs list a bit
X-Git-Tag: 3.14159~18^2
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a13038458fc5712ec651f8afb6a58fe3c4fb21f8;p=ikiwiki.git
attempt to clear up the bugs list a bit
---
diff --git a/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn b/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
index b1f8ed2b3..4ce257252 100644
--- a/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
+++ b/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
@@ -33,3 +33,8 @@ Patch[[!tag patch]]:
-- [[Jon]]
+
+> Strictly speaking, a `
` with no `- `s isn't valid HTML either...
+> could `map` instead delay emitting the first `
` until it determines that
+> it will have at least one item? Perhaps refactoring that function into
+> something easier to regression-test would be useful. --[[smcv]]
diff --git a/doc/bugs/prettydate_with_weekday-date_inconsistency.mdwn b/doc/bugs/prettydate_with_weekday-date_inconsistency.mdwn
index 111ade8dd..430d65a3f 100644
--- a/doc/bugs/prettydate_with_weekday-date_inconsistency.mdwn
+++ b/doc/bugs/prettydate_with_weekday-date_inconsistency.mdwn
@@ -28,3 +28,5 @@ Prettydate creates strings like this: _Last edited in the wee hours of Tuesday n
> --[[Joey]]
>> fair enough, I think I can get converted to a warped time perspective. --ulrik
+
+>>> Perhaps we can consider this [[done]], then? --[[smcv]]