From 00a66eca0f32fcf585d2c21375641020e877e3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Dec 2023 11:06:57 +0100 Subject: Update things depending on namespaced sxml. Update all code to emit correctly formed namespaced sxml objects, instead of the old list based approach. Also introduces a number of typechecks which in semi-related parts of the code. Note that the webdav-server test is currently broken. --- module/hnh/util/table.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module/hnh') diff --git a/module/hnh/util/table.scm b/module/hnh/util/table.scm index 94d3c110..2c174448 100644 --- a/module/hnh/util/table.scm +++ b/module/hnh/util/table.scm @@ -51,6 +51,7 @@ (define-type (tree-terminal printer: (lambda (_ p) (write '(table) p)))) ;; Wrapped for better error messages +;;; TODO possibly only have one tree-terminal shared by everyone (define (make-tree) (tree-terminal)) (define (tree? x) -- cgit v1.2.3