From 867b117f87a3ed52b7458b424e23ecbe57e15fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 8 Jul 2020 02:15:03 +0200 Subject: Add TODO about stack overflow fro add-/remove-event. --- module/vcomponent.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/vcomponent.scm b/module/vcomponent.scm index 7ae9adae..5987c542 100644 --- a/module/vcomponent.scm +++ b/module/vcomponent.scm @@ -66,6 +66,11 @@ ;;; TODO vcomponent should NOT depend on output (use-modules (output ical)) +;;; TODO both add- and remove-event sometimes crash with +;;;;; Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind handler. +;;; I belive this is due to how getf and setf work. + + ;;; TODO what should happen when an event with that UID already exists ;;; in the calendar? Fail? Overwrite? Currently it adds a second element ;;; with the same UID, which is BAD. -- cgit v1.2.3