✗
Failing This test is currently failing.
Failed: backend-exec
Error Details
output_emitted.zig:44:128: error: redefinition of label '__koru_proc_0'
Failure Output
🎯 Compiler coordination: Passes: 14 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:44:128: error: redefinition of label '__koru_proc_0'
{ const _auto_6 = __koru_rl_l; _ = &_auto_6; const result_e0_0: koru_std.koru_fs.read_lines_event.Output = __koru_proc_0: {
^~~~~~~~~~~~~
output_emitted.zig:12:68: note: previous definition here
const result_0: koru_std.koru_fs.read_lines_event.Output = __koru_proc_0: {
^~~~~~~~~~~~~ Code
// NESTING SWEEP — readlines nested UNDER an effect branch (position 3).
// The enclosing read-lines fires `! line` per line; under that effect branch
// we nest a second readlines construct.
import std/io
import std/fs
std/fs:read-lines(path: "tests/regression/810_AOC_2015/810_171_day17_part1/input.txt")
! line _ |> std/fs:read-lines(path: "tests/regression/810_AOC_2015/810_171_day17_part1/input.txt")
! line _ |> _
| done _ |> std/io:print.ln("done")
| failed _ |> std/io:print.ln("failed")
| done _ |> _
| failed _ |> _
Expected output
done
done
done
done
done
Test Configuration
MUST_RUN