aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-08 02:15:03 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-08 02:15:03 +0200
commit867b117f87a3ed52b7458b424e23ecbe57e15fb0 (patch)
treee5a9bfbfcf8cc11e69ce66e3fbeda439edc61140
parentAdd remove-event. (diff)
downloadcalp-867b117f87a3ed52b7458b424e23ecbe57e15fb0.tar.gz
calp-867b117f87a3ed52b7458b424e23ecbe57e15fb0.tar.xz
Add TODO about stack overflow fro add-/remove-event.
-rw-r--r--module/vcomponent.scm5
1 files changed, 5 insertions, 0 deletions
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.