239 query char column

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:249:119: error: array literal requires address-of operator (&) to coerce to slice type '[]const u8'

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:249:119: error: array literal requires address-of operator (&) to coerce to slice type '[]const u8'
            main_module.__store_sweepbody_todos_L78_event.handler(.{ .__koru_srf_e_L78_done = __koru_srf_e_L78_done, .__koru_srf_e_L78_label = __koru_srf_e_L78_label, .__koru_sdix_e_L78 = @as(i64, @intCast(__koru_si)) });
                                                                                                                     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
    flow1: output_emitted.zig:85:65
    main: output_emitted.zig:1919:22
    4 reference(s) hidden; use '-freference-trace=6' to see all references

Code

input.k

Expected output

[0] buy milk
[1] ship koru

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: todos, capacity: 8, source: done: i64, label: char[16])
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: todos, source: done: 0, label: "buy milk")
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: todos)

Test Configuration

MUST_RUN