056 partially handled interpreted flow

✗ Failing This test is currently failing.

Failed: output

Failure Output

[REGISTRY] Creating dispatcher for scope 'api'
[REGISTRY] Found 2 events
[REGISTRY] Generated 18923 bytes
🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)

Code

input.kz

Actual

--- A: no arms, unhandled outcome
  result branch=[bad]
--- B: only | ok handled, | bad fires
  DISPATCH ERROR: NoBranchMatch
--- C: control, | ok handled and | ok fires
      note: took ok
  result branch=[]

Expected output

--- A: no arms, unhandled outcome
  result branch=[bad]
--- B: only | ok handled, | bad fires
  result branch=[bad]
--- C: control, | ok handled and | ok fires
      note: took ok
  result branch=[ok]

Flows

flow ~register click a branch to expand · @labels scroll to their anchor
register (scope: "api", source: pick(1) note(1))
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "--- A: no arms, unhandled outcome")
flow ~run click a branch to expand · @labels scroll to their anchor
run (source: A, scope: "api")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "--- B: only | ok handled, | bad fires")
flow ~run click a branch to expand · @labels scroll to their anchor
run (source: B, scope: "api")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "--- C: control, | ok handled and | ok fires")
flow ~run click a branch to expand · @labels scroll to their anchor
run (source: C, scope: "api")

Test Configuration

MUST_RUN