From 380e4e86066ea0ca0096f8080faf3bc6739b93fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 12 Dec 2021 20:37:05 +0100 Subject: Add TODO about broken color files. --- module/vcomponent/vdir/parse.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module/vcomponent/vdir/parse.scm') 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 "#" 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)) -- cgit v1.2.3