You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ zig build
src/yaml.zig:490:9: error: local variable is never mutated
var maybe_value = try Value.encode(arena.allocator(), input);
^~~~~~~~~~~
src/yaml.zig:490:9: note: consider using 'const'
The text was updated successfully, but these errors were encountered:
With the latest Zig master (2023-11-21) I'm unable to build zig-yaml.
There are two issues:
$ zig build [0] build.zig.zon:1:2: error: missing top-level 'paths' field .{ ^
The text was updated successfully, but these errors were encountered: