008 event pump

○ Planned This feature is planned but not yet implemented.

BUG: Label jump @loop(iteration: iteration + 1) fails — 'iteration' not in scope.

Failure Output

error[KORU021]: event 'input:pump' has no branch 'quit' (available: keyboard, mouse, window, timer)
  --> tests/regression/300_ADVANCED_FEATURES/355_OPTIONAL_BRANCHES/355_008_event_pump/input.kz:47:0

❌ Compiler coordination error: Incomplete branch coverage
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Code

input.kz

Expected output

KEYBOARD
MOUSE
OTHER
OTHER
KEYBOARD
MOUSE
OTHER
OTHER
QUIT

Flows

flow ~pump click a branch to expand · @labels scroll to their anchor
#loop pump (iteration: 0)

Test Configuration

MUST_RUN