giles
5c66095b0f
HS fetch: fix do-block it-threading for 3+ commands; pass hs-upstream-fetch suite
- compiler.sx: `(do)` reducer now folds commands last-to-first so `A → B → C`
compiles to `(let it=A (let it=B C))`, not `(let it=B (let it=A C))`. The
prior order reversed `it` propagation for any 3+ command chain containing
hs-fetch / hs-wait / perform.
- generate-sx-tests.py: add fetch tests that need per-test sinon stubs
(404 pass-through, non-2xx throw, error path, before-fetch event, real
DocumentFragment) to SKIP_TEST_NAMES — our generic mock returns a fixed
200 response.
- test-hyperscript-behavioral.sx: regenerate.
All 23 hs-upstream-fetch tests now pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 14:42:48 +00:00
..
2026-04-22 14:42:48 +00:00
2026-04-02 12:50:35 +00:00
2026-04-03 21:48:54 +00:00
2026-04-03 21:48:54 +00:00
2026-04-11 13:06:28 +00:00
2026-04-03 21:48:54 +00:00
2026-04-04 20:49:02 +00:00
2026-04-22 09:08:00 +00:00
2026-04-22 09:08:00 +00:00
2026-04-04 20:49:02 +00:00
2026-04-11 08:03:45 +00:00
2026-04-03 21:48:54 +00:00
2026-04-03 21:48:54 +00:00
2026-04-11 08:19:16 +00:00
2026-04-03 21:48:54 +00:00
2026-04-04 20:49:02 +00:00
2026-04-12 18:31:34 +00:00
2026-04-04 20:49:02 +00:00
2026-04-04 20:49:02 +00:00
2026-04-08 10:12:57 +00:00