From 32efdfe4aad03bceea7183fd6d246430ed804ce4 Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 6 May 2026 19:17:56 +0000 Subject: [PATCH] plans: tick Phase 3 enclose/disclose, progress log Co-Authored-By: Claude Sonnet 4.6 --- plans/apl-on-sx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plans/apl-on-sx.md b/plans/apl-on-sx.md index 7fa7e205..839d3f03 100644 --- a/plans/apl-on-sx.md +++ b/plans/apl-on-sx.md @@ -68,7 +68,7 @@ Core mapping: - [x] Catenate `,` (last axis) and `⍪` (first axis) - [x] Index `⌷` (squad), bracket-indexing `A[I]` (sugar for `⌷`) - [x] Grade-up `⍋`, grade-down `⍒` -- [ ] Enclose `⊂`, disclose `⊃`, partition (subset deferred) +- [x] Enclose `⊂`, disclose `⊃`, partition (subset deferred) - [ ] Membership `∊`, find `⍳` (dyadic), without `~` (dyadic), unique `∪` (deferred to phase 6) - [ ] 40+ tests in `lib/apl/tests/structural.sx` @@ -118,6 +118,7 @@ data; format for string templating. _Newest first._ +- 2026-05-06: Phase 3 step 6 — enclose ⊂ / disclose ⊃ (box/unbox, rank-0 detect via type-of); 82/82 tests - 2026-05-06: Phase 3 step 5 — grade-up ⍋ / grade-down ⍒ (stable insertion sort); 74/74 tests - 2026-05-06: Phase 3 step 4 — squad ⌷ (scalar/multi-dim/partial-slice); 66/66 tests - 2026-05-06: Phase 3 step 3 — catenate , (last axis, scalar promo) and first-axis; 59/59 tests