From d24ffab10e91a2de1e24f0240b448460d866d388 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 7 Mar 2024 08:34:24 +0100 Subject: [PATCH] conscript: temporary work-around for `(require conscript/treatment)` issue --- conscript/base.rkt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conscript/base.rkt b/conscript/base.rkt index 38aa951..0e9e5f4 100644 --- a/conscript/base.rkt +++ b/conscript/base.rkt @@ -18,7 +18,13 @@ "form.rkt" "html.rkt" "markdown.rkt" - "var.rkt") + "var.rkt" + ; FIXME: remove once we fix problem of requiring this directly + "treatment.rkt") + +; FIXME: next provide is temporary until fixing `(require conscript/treatment)` +(provide + assigning-treatments) (lazy-require [congame-web/components/identity (put/identity)])