From 6ca46bb2951619135f4aa892a3f6b43f50070319 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 13 Mar 2026 17:28:26 +0000 Subject: [PATCH] Exclude reader-macro-demo.sx from component loader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename to .sx.future — the file uses #z3 reader macros that aren't implemented yet, causing a ParseError that blocks ALL component loading and breaks the provide docs page. Co-Authored-By: Claude Opus 4.6 --- sx/sx/plans/{reader-macro-demo.sx => reader-macro-demo.sx.future} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sx/sx/plans/{reader-macro-demo.sx => reader-macro-demo.sx.future} (100%) diff --git a/sx/sx/plans/reader-macro-demo.sx b/sx/sx/plans/reader-macro-demo.sx.future similarity index 100% rename from sx/sx/plans/reader-macro-demo.sx rename to sx/sx/plans/reader-macro-demo.sx.future