107 comptime module tap wall

✓ Passing This code compiles and runs correctly.

Code

input.kz

Must fail at frontend compile:

Parsing or type-checking must reject the program.

Error Verification

Actual Compiler Output

error[KORU141]: taps are not supported in a ~[comptime] module — the comptime pipeline does not expand transforms (module 'app.test_lib.tapmod')
  --> /Users/larsde/src/koru/tests/regression/300_ADVANCED_FEATURES/310_COMPTIME/310_107_comptime_module_tap_wall/test_lib/tapmod.kz:13:0
    |
 13 | }
    | ^
  hint: drop the tap, or remove the module's comptime mode so the tap runs at runtime (see std/profiler)

Flows

flow ~ping click a branch to expand · @labels scroll to their anchor
ping

Imported Files

test_lib/tapmod.kz

Test Configuration

MUST_FAIL