The two lines in sand.flan that 668f0d6 did not mean to take

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.
This commit is contained in:
Joseph Ferano 2026-09-19 03:12:43 +07:00
parent 38a04f7a47
commit 7f9017bb3e

View File

@ -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")