agra
9153f958ea
test(ir): lock error-set convergence before A5.1 extraction (A5.1 scaffolding step 1)
...
Test-first scaffolding ahead of extracting src/ir/error_analysis.zig — no code
change to the convergence targets (convergeInferredErrorSets /
convergeClosureShapeSets / collectErrorSites / collectClosureShapes).
Adds 2 unit tests via the already-pub convergence functions (no new exposure):
- convergeInferredErrorSets transitive/SCC: a `caller :: () -> ! { try raiser(); }`
with no direct raise converges to raiser's {Foo} across the try edge — the
whole-program fixpoint A5.1 must preserve. (Today's E1.4b test only covered a
direct raiser + the empty-set warning.)
- convergeClosureShapeSets: a bare-`!` closure literal `() -> ! { raise error.Bar }`
inside a host fn unions {Bar} into one shape_inferred_sets entry.
Adds 2 .ir snapshots (first .ir for these error forms), vetted clean
(idempotent, path-free, no #run): 1006-errors-inferred-error-sets (inferred-set
error-channel shapes) and 1009-errors-catch (catch lowering). 1004-errors-try
was already pinned.
PLAN-ERR is complete/idle, so the A5 overlap risk is low (the target functions
are stable, not in-flight). The sub-step-2 module will be named
src/ir/error_analysis.zig, NOT errors.zig (src/errors.zig is the DiagnosticList).
zig build, zig build test, tests/run_examples.sh (357/0) all green.
2026-06-02 22:57:39 +03:00
..
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 22:57:39 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 22:28:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:31:18 +03:00
2026-06-02 09:35:41 +03:00
2026-06-02 19:20:14 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 16:59:20 +03:00
2026-06-02 17:20:31 +03:00
2026-06-02 17:45:37 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:28:35 +03:00
2026-06-01 20:35:25 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 23:14:24 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 23:14:24 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 22:47:58 +03:00
2026-06-01 20:04:17 +03:00
2026-06-01 20:04:17 +03:00
2026-06-01 20:35:25 +03:00
2026-06-01 20:56:10 +03:00
2026-06-01 22:01:38 +03:00
2026-06-01 22:01:38 +03:00
2026-06-01 22:18:47 +03:00
2026-06-01 23:14:24 +03:00
2026-06-01 22:44:20 +03:00
2026-06-01 23:14:24 +03:00
2026-06-01 23:14:24 +03:00
2026-06-01 23:24:15 +03:00
2026-06-01 23:24:15 +03:00
2026-06-01 23:29:07 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 10:24:30 +03:00
2026-06-02 10:24:30 +03:00
2026-06-02 10:41:29 +03:00
2026-06-02 10:57:17 +03:00
2026-06-02 10:57:17 +03:00
2026-06-02 15:51:04 +03:00
2026-06-02 16:33:38 +03:00
2026-06-02 17:57:17 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00