✗
Failing This test is currently failing.
Failed: backend-exec
Error Details
output_emitted.zig:74:71: error: use of undeclared identifier '__koru_re_8_0_0'
Failure Output
🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:74:71: error: use of undeclared identifier '__koru_re_8_0_0'
{ const __koru_match_in_8_0: []const u8 = "21,9"; if (__koru_re_8_0_0(__koru_match_in_8_0)) |__koru_sp_8_0_0| { const pos = .{ .row = __koru_match_in_8_0[__koru_sp_8_0_0[0]..__koru_sp_8_0_0[1]], .col = __koru_match_in_8_0[__koru_sp_8_0_0[2]..__koru_sp_8_0_0[3]] }; _ = &pos; (struct { fn __kw(comptime __f: []const u8, __a: anytype) void { var __kb: [65536]u8 = undefined; const __ks = @import("std").fmt.bufPrint(&__kb, __f, __a) catch __kb[0..0]; @import("std").mem.doNotOptimizeAway(@import("std").posix.write(1, __ks) catch @as(usize, 0)); } }).__kw("row={s} col={s}\n", .{pos.row, pos.col});
^~~~~~~~~~~~~~~ Code
// MIRROR of 640_006_match_groups_whole_binding: `std/regex:match` with a
// grouped pattern and whole-payload binding, relocated into an imported module.
//
// 115_003 pins `regex:scan` on the boundary; this pins `match`, the library's
// other entry point, because the two synthesize their automaton through
// different paths and one can hold while the other does not.
import app/lib
app/lib:run()
Expected output
row=21 col=9
Flows
flow ~run click a branch to expand · @labels scroll to their anchor
run
Test Configuration
MUST_RUN