010 trellis census per flow

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

Showing last 10 of 11 lines
  --> tests/regression/600_STDLIB/680_TRELLIS/680_010_trellis_census_per_flow/input.kz:52:0

❌ Compiler coordination error: Unknown event referenced
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/600_STDLIB/680_TRELLIS/680_010_trellis_census_per_flow/backend.zig:95:13: 0x10064b9d3 in emit (backend)
            return error.CompilerCoordinationFailed;
            ^
/Users/larsde/src/koru/tests/regression/600_STDLIB/680_TRELLIS/680_010_trellis_census_per_flow/backend.zig:202:28: 0x10064cb63 in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Code

input.kz

Expected output

a=6
b=2
trellis "gpu-legal": 1/2 flows

Flows

flow ~define click a branch to expand · @labels scroll to their anchor
define (expr: "gpu-legal")
flow ~shape click a branch to expand · @labels scroll to their anchor
shape (expr: Body, source: mass: f64,)
flow ~init click a branch to expand · @labels scroll to their anchor
init (expr: Body, source: { mass: 3.0 },)
flow ~init click a branch to expand · @labels scroll to their anchor
init (expr: Body, source: { mass: 1.0 },)
flow ~census click a branch to expand · @labels scroll to their anchor
census ("gpu-legal")

Test Configuration

MUST_RUN