011 trellis variant guard

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

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

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

Code

input.kz

Flows

flow ~define click a branch to expand · @labels scroll to their anchor
define (expr: "gpu-legal")
flow ~guard click a branch to expand · @labels scroll to their anchor
guard (variant: "gpu", trellis: "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: 1.0 },)

Test Configuration

Expected Error:

flow requests variant "gpu" but does not satisfy trellis "gpu-legal": std/kernel:step is not gpu-legal