124 store rebuild row by row

✗ 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 '__koru_store_dst.__koru_handle_of(@as(usize, @intCast(__koru_sdix_d_L29)))' for type '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 '__koru_store_dst.__koru_handle_of(@as(usize, @intCast(__koru_sdix_d_L29)))' for type 'i64'
    @compileError("invalid format string '" ++ fmt ++ "' for type '" ++ @typeName(@TypeOf(value)) ++ "'");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
    printValue__anon_20048: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/Io/Writer.zig:1209:58
    print__anon_19817: /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

row 1 10
row 2 20
copy 1 10
copy 2 20

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (src, capacity: 4, source: id: i64, hp: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (dst, capacity: 4, source: id: i64, hp: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (src, source: id: 1, hp: 10)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (src, source: id: 2, hp: 20)
flow ~query click a branch to expand · @labels scroll to their anchor
query (src)
flow ~query click a branch to expand · @labels scroll to their anchor
query (src)
flow ~query click a branch to expand · @labels scroll to their anchor
query (dst)

Test Configuration

MUST_RUN