004 file processor

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

error[KORU021]: continuation branch 'parsed' on tor 'app.lib.io.parse:lines' — a bare return has no tags
  --> tests/regression/100_MODULE_SYSTEM/110_IMPORTS/110_004_file_processor/input.kz:17:4
  hint: bind the value with `: name`, not `| parsed`

error[KORU021]: continuation branch 'transformed' on tor 'app.lib.io.transform:uppercase' — a bare return has no tags
  --> tests/regression/100_MODULE_SYSTEM/110_IMPORTS/110_004_file_processor/input.kz:18:8
  hint: bind the value with `: name`, not `| transformed`

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

Code

input.kz

Expected output

read input.txt
parse lines (11 chars)
uppercase (11 chars)
write output.txt (11 bytes)

Flows

flow ~read click a branch to expand · @labels scroll to their anchor
read (path: "input.txt")

Imported Files

lib/io/file.kz
lib/io/parse.kz
lib/io/transform.kz

Test Configuration

MUST_RUN