112 nested sweep same store

✗ Failing This test is currently failing.

Failed: output

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)

Code

input.k

Actual

v 1 acc 3
v 2 acc 6
v 3 acc 9

Expected output

v 1 acc 6
v 2 acc 6
v 3 acc 6

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: vals, capacity: 8, source: v: i64, acc: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: vals, source: v: 1, acc: 0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: vals, source: v: 2, acc: 0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: vals, source: v: 3, acc: 0)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: vals)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: vals)

Test Configuration

MUST_RUN