010 dir import flow

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:159:54: error: type '[]const u8' does not support struct initialization syntax

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:159:54: error: type '[]const u8' does not support struct initialization syntax
                            return .{ .@"response" = "HTTP/1.1 200 OK" };
                                                     ^~~~~~~~~~~~~~~~~
referenced by:
    flow0: output_emitted.zig:57:123
    main: output_emitted.zig:296:22
    4 reference(s) hidden; use '-freference-trace=6' to see all references

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