From 92b2f429a06ed9b052baff5e27f012397b338f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 23 Dec 2019 23:40:14 +0100 Subject: Rework program initialization. Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof. --- module/vcomponent/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent/base.scm') diff --git a/module/vcomponent/base.scm b/module/vcomponent/base.scm index aa5b9de9..bf15510d 100644 --- a/module/vcomponent/base.scm +++ b/module/vcomponent/base.scm @@ -26,7 +26,7 @@ (children children set-component-children!) (parent get-component-parent set-component-parent!) (attributes get-component-attributes)) -(export children type) +(export vcomponent? children type) ;; TODO should this also update the parent (define-public parent -- cgit v1.2.3