aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-12 20:37:05 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-12 20:37:05 +0100
commit380e4e86066ea0ca0096f8080faf3bc6739b93fd (patch)
tree24da7a40465162911f1eab0782cc41ac99a5b685 /module/vcomponent
parentCorrectly show recur indicator. (diff)
downloadcalp-380e4e86066ea0ca0096f8080faf3bc6739b93fd.tar.gz
calp-380e4e86066ea0ca0096f8080faf3bc6739b93fd.tar.xz
Add TODO about broken color files.
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/vdir/parse.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/vcomponent/vdir/parse.scm b/module/vcomponent/vdir/parse.scm
index 7b10af07..6bbd1329 100644
--- a/module/vcomponent/vdir/parse.scm
+++ b/module/vcomponent/vdir/parse.scm
@@ -25,6 +25,7 @@
;; themselves. Therefore, a simple comparison should work,
;; and then the TZOFFSETTO properties can be subtd.
(define-public (parse-vdir path)
+ ;; TODO empty files here cause "#<eof>" to appear in the output XML, which is *really* bad.
(let ((color
(catch 'system-error
(lambda () (call-with-input-file (path-append path "color") read-line))