ring with multitaps

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

Showing last 10 of 12 lines
    |
 61 | ~tor ring.dequeue { ring: *Ring(u32, 1024) }
    | ^

error[KORU010]: '_' is only legal as the sole body of a branch handler
  --> tests/regression/400_RUNTIME_FEATURES/420_PERFORMANCE/916_ring_with_multitaps/input.kz:88:0
    |
 88 | | value v when v.data * 2 > 2 |> process-timestwo(v.data) | done |> _
    | ^
  hint: '_' has meaning only as `| branch [binding] |> _`. Chaining `|> _` after another step is meaningless — drop the `|> _`.

Code

input.kz

Expected output

Produced 3 values
Processing x 1: 0
Processing x 1: 1
Processing x 2: 4
Processing x 1: 2

Flows

flow ~tap click a branch to expand · @labels scroll to their anchor
tap (ring.dequeue -> *)
flow ~start click a branch to expand · @labels scroll to their anchor
start

Test Configuration

MUST_RUN