090 sweep row binding shadows store name

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

/opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/Io/Writer.zig:1773:5: error: invalid format string 'd' for type '[4]i64'

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/Io/Writer.zig:1773:5: error: invalid format string 'd' for type '[4]i64'
    @compileError("invalid format string '" ++ fmt ++ "' for type '" ++ @typeName(@TypeOf(value)) ++ "'");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
    printValue__anon_11443: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/Io/Writer.zig:1051:40
    print__anon_9739: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/Io/Writer.zig:700:25
    10 reference(s) hidden; use '-freference-trace=12' to see all references

Code

input.k

Expected output

v 10
v 20

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: items, capacity: 4, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 10)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 20)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: items)

Test Configuration

MUST_RUN