008 event taps overhead

○ Planned This feature is planned but not yet implemented.

Event tap code injection not yet implemented

Failure Output

Showing last 10 of 41 lines
 45 | ~count -> * | next n where n.i % 200_004 == 0 |> tap-point(n.i) | done |> _
    | ^
  hint: '_' has meaning only as `| branch [binding] |> _`. Chaining `|> _` after another step is meaningless — drop the `|> _`.

error[KORU010]: '_' is only legal as the sole body of a branch handler
  --> tests/regression/400_RUNTIME_FEATURES/420_PERFORMANCE/420_008_event_taps_overhead/input.kz:49:0
    |
 49 | |> print-result() | done |> _
    | ^
  hint: '_' has meaning only as `| branch [binding] |> _`. Chaining `|> _` after another step is meaningless — drop the `|> _`.

Code

input.kz

Test Configuration

MUST_RUN

Post-validation Script: