170 fold prefix drops effect handlers

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:99:38: error: expected 2 argument(s), found 1

Failure Output

Showing last 10 of 11 lines
Error: output_emitted.zig:99:38: error: expected 2 argument(s), found 1
var result_0 = main_module.step_event.handler(.{ .n = loop_n });
               ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
output_emitted.zig:74:13: note: function declared here
        pub fn handler(__koru_event_input: Input, comptime __H: type) Output {
        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
    flow0: output_emitted.zig:127:49
    main: output_emitted.zig:782:22
    4 reference(s) hidden; use '-freference-trace=6' to see all references

Code

input.kz

Expected output

  tick 0
  tick 1
  tick 2
  tick 3
done 3

Flows

subflow ~spin click a branch to expand · @labels scroll to their anchor
seed
flow ~spin click a branch to expand · @labels scroll to their anchor
spin

Test Configuration

MUST_RUN