From 7f9017bb3e359cdddf9ddd49fb8587c163d86804 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sat, 19 Sep 2026 03:12:43 +0700 Subject: [PATCH] The two lines in sand.flan that 668f0d6 did not mean to take MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That commit is about C-M-x and touches three files; the third is a snapshot of an editing session caught mid-thought: (defvar frame Allocator (arena-new 262144)) (defvar game-data (embed (with-allocator frame ))) The second does not check — embed takes a path, and there is no path there — so the acceptance corpus fails to build and `dune test` has been red at the tip on its own account. Removed rather than repaired, because what it was going to say is the author's to finish. --- sand.flan | 3 --- 1 file changed, 3 deletions(-) diff --git a/sand.flan b/sand.flan index e26c606..5b28a81 100644 --- a/sand.flan +++ b/sand.flan @@ -180,9 +180,6 @@ (rl/get-color c)))))) (rl/draw-fps 20 20)) -(defvar frame Allocator (arena-new 262144)) -(defvar game-data (embed (with-allocator frame ))) - (defn main [] () (rl/set-trace-log-level :warning) (rl/init-window screen-width screen-height "SAND")