Nick Shirokov and Claude Opus 4.6
2206c4cf3e
fix(form-compile): convert new generators from dict to array DSL format
...
Root cause: new generators (IR, AccumReg, CoA, CCOCT/EP wrappers) used
OrderedDict for elements/columns, but PS1 compiler expects array format.
ConvertTo-Json→ConvertFrom-Json wraps dict into single PSCustomObject,
not iterable array — so ChildItems were empty.
Converted all new generators to array format matching existing
Document/Catalog patterns: elements=@(), columns=@().
Also fixed CCOCT/EP wrapper inject logic to iterate array elements
instead of dict keys.
PS1: 12/12, PY: 8/12 (minor case/autofill differences in PY port).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 15:11:55 +03:00
..
2026-04-11 20:18:05 +03:00
2026-03-05 12:08:07 +03:00
2026-03-30 21:36:03 +03:00
2026-03-30 20:55:05 +03:00
2026-04-06 15:41:53 +03:00
2026-03-30 21:36:03 +03:00
2026-03-30 21:36:03 +03:00
2026-03-28 17:25:52 +03:00
2026-03-30 20:55:05 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-02-16 16:35:23 +03:00
2026-02-25 18:31:27 +03:00
2026-03-20 18:37:26 +03:00
2026-04-11 17:59:50 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-04-06 15:41:53 +03:00
2026-03-30 21:17:46 +03:00
2026-02-14 18:00:36 +03:00
2026-03-07 20:53:13 +03:00
2026-03-07 20:53:13 +03:00
2026-03-30 21:36:03 +03:00
2026-03-30 20:55:05 +03:00
2026-03-07 20:53:13 +03:00
2026-03-07 20:53:13 +03:00
2026-03-30 21:36:03 +03:00
2026-03-30 20:55:05 +03:00
2026-04-13 13:21:30 +03:00
2026-04-13 15:11:55 +03:00
2026-03-30 21:36:03 +03:00
2026-03-28 17:25:52 +03:00
2026-02-15 16:37:12 +03:00
2026-03-28 19:05:49 +03:00
2026-04-06 15:41:53 +03:00
2026-04-06 15:41:53 +03:00
2026-02-25 18:31:27 +03:00
2026-04-06 15:41:53 +03:00
2026-03-30 20:55:05 +03:00
2026-04-12 15:00:04 +03:00
2026-04-12 12:29:46 +03:00
2026-03-17 19:26:14 +03:00
2026-03-30 21:36:03 +03:00
2026-04-12 12:29:46 +03:00
2026-03-28 20:30:45 +03:00
2026-02-25 18:31:27 +03:00
2026-03-30 21:36:03 +03:00
2026-03-30 20:55:05 +03:00
2026-04-11 18:01:00 +03:00
2026-03-30 21:36:03 +03:00
2026-03-30 20:55:05 +03:00
2026-04-10 21:22:40 +03:00
2026-04-10 21:22:40 +03:00
2026-02-25 18:31:27 +03:00
2026-03-30 20:55:05 +03:00
2026-04-11 19:15:07 +03:00
2026-04-11 18:49:40 +03:00
2026-03-05 12:08:07 +03:00
2026-04-05 16:39:17 +03:00
2026-04-06 15:41:53 +03:00
2026-03-28 19:05:49 +03:00
2026-02-25 18:31:27 +03:00
2026-04-01 18:38:42 +03:00
2026-02-25 18:31:27 +03:00
2026-04-08 19:25:37 +03:00
2026-02-25 18:31:27 +03:00
2026-03-09 14:58:49 +03:00