010 dir import flow

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

error[KORU021]: continuation branch 'response' on tor 'app.lib.net.http:response.build' — a bare return has no tags
  --> tests/regression/100_MODULE_SYSTEM/110_IMPORTS/110_010_dir_import_flow/input.kz:16:16
  hint: bind the value with `: name`, not `| response`

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

Code

input.kz

Expected output

listening on port 8080
accepted on server 1
read from conn 100
parsed request (14 bytes)
built response status 200
wrote 15 bytes to conn 100

Flows

flow ~server.listen click a branch to expand · @labels scroll to their anchor
server.listen (port: 8080)

Imported Files

lib/net/http.kz
lib/net/tcp.kz

Test Configuration

MUST_RUN