(Arne Babenhauserheide)
2014-10-15: added fixme which describes where I have to fix the chunkreader. added fixme which describes where I have to fix the chunkreader.
diff --git a/wisp-scheme.w b/wisp-scheme.w
--- a/wisp-scheme.w
+++ b/wisp-scheme.w
@@ -185,7 +185,10 @@ define : wisp-scheme-read-chunk-lines po
. 0
. '()
if : line-empty? parsedline
- 1+ emptylines
+ 1+ emptylines ; FIXME: if emptylines is now 2,
+ ; we should return here to avoid
+ ; blocking on the next text
+ ; entry.
. 0
: equal? #t incomment
read-char port ; remove one comment character