22 open tx exec no finish

✓ Passing This code compiles and runs correctly.

Code

input.kz

Must contain:

active!

Error Verification

Actual Compiler Output

error[KORU030]: Resource '_auto_0' <active!> was not discharged. Call one of: tx.rollback, tx.commit
  --> auto_discharge:8:0

❌ Compiler coordination error: Auto-discharge failed (multiple disposal options or no disposal event)
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/900_EXAMPLES_SHOWCASE/910_LANGUAGE_SHOOTOUT/2104_22_open_tx_exec_no_finish/backend.zig:94:13: 0x1028ce3b3 in emit (backend)
            return error.CompilerCoordinationFailed;
            ^
/Users/larsde/src/koru/tests/regression/900_EXAMPLES_SHOWCASE/910_LANGUAGE_SHOOTOUT/2104_22_open_tx_exec_no_finish/backend.zig:190:28: 0x1028cf09f in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Imported Files

db.kz

Test Configuration

MUST_FAIL