• Joined on 2024-04-09
giles pushed to architecture at coop/rose-ash 2026-05-01 10:22:38 +00:00
130d4d7c18 plan: tick Phase 11 Commit — sequence protocol fully landed
giles pushed to architecture at coop/rose-ash 2026-05-01 10:19:13 +00:00
ac79328418 plan: tick Phase 11 Tests — 45 sequence tests all passing
0fe00bf7ac spec: sequence protocol tests — 45 tests, all passing on JS and OCaml
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 10:05:49 +00:00
06a3eee114 plan: tick Phase 11 JS bootstrapper — already done in Spec step
giles pushed to architecture at coop/rose-ash 2026-05-01 10:01:55 +00:00
c3d2b9d87d plan: tick Phase 11 OCaml — HO dispatch + sequence-* primitives done
7286629cf7 ocaml: sequence protocol — seq_to_list coercion in HO dispatch + sequence-* primitives
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 09:31:36 +00:00
da4b526abb spec: sequence protocol Spec step — seq-to-list + ho polymorphic dispatch
giles pushed to architecture at coop/rose-ash 2026-05-01 08:49:15 +00:00
59a835efc3 plan: tick Phase 10 hash tables — complete, Phase 11 next
133bdf5295 spec: mutable hash tables (make-hash-table/ref/set!/delete!/etc)
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 08:22:12 +00:00
2e4502878f plan: tick Phase 9 complete — promises done
e44cb89ab4 spec: promises — delay/force/delay-force/make-promise/promise?
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 08:04:10 +00:00
835b5314ce plan: tick Phase 8 complete — multiple values done
43cc1d9003 spec: multiple values — values/call-with-values/let-values/define-values
Compare 2 commits »
giles pushed to hs-f at coop/rose-ash 2026-04-27 05:31:03 +00:00
19bd2cb92d HS: on queue first/last modifier (+2 tests)
giles pushed to hs-f at coop/rose-ash 2026-04-27 05:18:44 +00:00
1723808517 HS: viewTransition command (+9 tests)
giles pushed to hs-f at coop/rose-ash 2026-04-27 04:46:50 +00:00
9256719fa8 HS: assignableElements — set vs put distinction (+8 tests)
giles pushed to hs-f at coop/rose-ash 2026-04-27 03:12:10 +00:00
0746c90729 HS: fix as Values SELECT + multi-select programmatic changes
giles pushed to hs-f at coop/rose-ash 2026-04-27 03:07:51 +00:00
83cb75a87b HS: keyword-as-ref fallback + list innerHTML join
giles pushed to hs-f at coop/rose-ash 2026-04-27 02:53:02 +00:00
eeb4e48230 HS: set *prop of target — handle style in 'of' put-target
giles pushed to hs-f at coop/rose-ash 2026-04-27 02:48:32 +00:00
eef2bfdd89 HS: remove .class from .coll when it matches .filter
giles pushed to hs-f at coop/rose-ash 2026-04-27 02:45:57 +00:00
c4d9efc8c4 HS: dispatch hyperscript:beforeFetch before fetch IO
giles pushed to hs-f at coop/rose-ash 2026-04-27 02:35:36 +00:00
4baf16ac13 HS: halt default no longer stops propagation (+1)
giles pushed to hs-f at coop/rose-ash 2026-04-27 02:16:34 +00:00
b40c70a348 HS: deferred-reraise in catch + exception event tests (+5)
giles pushed to hs-f at coop/rose-ash 2026-04-27 00:56:17 +00:00
310b649fe7 HS: behavior scoping + element ref + script tag registration (+5 tests)
giles pushed to hs-f at coop/rose-ash 2026-04-26 22:46:57 +00:00
5ddd558eb7 HS: fix empty multi-element + meta reserved var in for loop