summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-10-06 13:32:46 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-10-06 13:32:46 +0000
commit2bf600fe18958cb7c8e22d9d7989bb68fe489a0f (patch)
tree703342e3aaf6702b6234cd10f798b62abfaf9560 /TODO
parentf62813aec818d1bcaed673a7433a6d984db22a1c (diff)
downloadmandoc-2bf600fe18958cb7c8e22d9d7989bb68fe489a0f.tar.gz
If there is random stuff inside a .Bl block body before the first .It,
do not throw a FATAL error and do not die, but just throw a WARNING and move the stuff out of the .Bl block. This bug felt completely 2008-ish; meanwhile, such bugs from the Kristaps-doesnt-like-syntax-errors-so-lets-just-give-up--Era are becoming rare, but this was one of the last survivors. Thanks to bentley@ for reminding me to finally fix this.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index 3f477989..b7eced5a 100644
--- a/TODO
+++ b/TODO
@@ -7,13 +7,7 @@
* crashes
************************************************************************
-- .Bl -tag followed by a text node preceding the first .It should not
- throw a FATAL error, but only a normal ERROR. Putting this into the
- HEAD of an implicit .It might be cleanest, inserting an implicit .Pp
- or just dumping the orphan stuff directly into the BODY of the .Bl
- might be easier to implement, and all options can no doubt be made
- to yield correct (i.e. groff bug-compatible) rendering.
- Anthony J. Bentley on discuss@ Sun, 22 Sep 2013 16:33:21 -0600
+None known.
************************************************************************
* missing features