From a90c8bf3fc769d89411565475886136d381b4e35 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 6 Mar 2026 12:36:13 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20use=20len=20(not=20count)=20in=20analyze?= =?UTF-8?q?r.sx=20=E2=80=94=20matches=20primitives.sx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- sx/sx/analyzer.sx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx/sx/analyzer.sx b/sx/sx/analyzer.sx index c8f542d..2220d76 100644 --- a/sx/sx/analyzer.sx +++ b/sx/sx/analyzer.sx @@ -18,7 +18,7 @@ :cls "text-violet-600") (~analyzer-stat :label "Total Macros" :value (str total-macros) :cls "text-stone-600") - (~analyzer-stat :label "Pages Analyzed" :value (str (count pages)) + (~analyzer-stat :label "Pages Analyzed" :value (str (len pages)) :cls "text-green-600")) (~doc-section :title "Per-Page Bundles" :id "bundles"