004 file processor

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

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

Failure Output

Showing last 10 of 11 lines
Error: output_emitted.zig:102:57: error: type '[]const u8' does not support struct initialization syntax
                            return .{ .@"transformed" = "HELLO WORLD" };
                                                        ^~~~~~~~~~~~~
referenced by:
    flow0: output_emitted.zig:53:98
    main: output_emitted.zig:211:22
    4 reference(s) hidden; use '-freference-trace=6' to see all references
output_emitted.zig:169:52: error: type '[][]const u8' does not support struct initialization syntax
                            return .{ .@"parsed" = empty };
                                                   ^~~~~

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