From b3c9d9eb3acdc012548c24d3116548c20c1f24ab Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 8 May 2026 09:31:06 +0000 Subject: [PATCH] HS: scoreboard 1511/1511 (3 architectural skips remaining) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This session cleared 15 of the 18 documented skips: - Toggle parser ambiguity (1) — 2-token lookahead in parse-toggle - Throttled-at modifier (1) — parser + emit-on wrap + runtime hs-throttle!/hs-debounce! - Tokenizer-stream API (13) — hs-stream wrapper + 15 stream primitives Plus a perf fix in compiler.sx (hoisted throttle/debounce helpers to module level so they don't get JIT-recompiled per emit-on call). Wall time for full batched suite: 28m45s, was 26m17s before sync (so net +18 tests cost only +2m even though 3x more work). Remaining skips (3): - Template-component scope tests (2) — needs