From 8b1333de962a51ac4f53c60efc154b42c158de58 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 8 Mar 2026 20:59:03 +0000 Subject: [PATCH] Fix unterminated list in plans.sx causing sx_docs crash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 9 missing closing parens — sections/subsections weren't closing before siblings opened, accumulating unclosed depth through the file. Co-Authored-By: Claude Opus 4.6 --- sx/sx/plans.sx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sx/sx/plans.sx b/sx/sx/plans.sx index 26c34f3..c46e693 100644 --- a/sx/sx/plans.sx +++ b/sx/sx/plans.sx @@ -238,7 +238,7 @@ (p :class "text-stone-600" "And the reader macro that extracts proofs? It is itself written as a Python function that takes an SX AST and returns a string. It could be written in SX. It could be compiled by the bootstrappers. The transformation tools are made of the same material as the things they transform.") (p :class "text-stone-600" - "This is not hypothetical. The examples on this page are live output from the " (code "#z3") " reader macro running against the actual " (code "primitives.sx") " declarations. The same declarations that the JavaScript bootstrapper compiles into " (code "sx-ref.js") ". The same declarations that the Python bootstrapper compiles into " (code "sx_ref.py") ". Same source. Different reader.")))) + "This is not hypothetical. The examples on this page are live output from the " (code "#z3") " reader macro running against the actual " (code "primitives.sx") " declarations. The same declarations that the JavaScript bootstrapper compiles into " (code "sx-ref.js") ". The same declarations that the Python bootstrapper compiles into " (code "sx_ref.py") ". Same source. Different reader.")))))))) ;; --------------------------------------------------------------------------- ;; SX-Activity: Federated SX over ActivityPub @@ -2587,4 +2587,3 @@ (td :class "px-3 py-2 font-mono text-sm text-violet-700" "shared/sx/ref/boundary.sx") (td :class "px-3 py-2 text-stone-700" "SSE/WS IO primitive declarations"))))))) -