zigself
zigself copied to clipboard
Build fails on zig 0.15.0-dev.1564+2761cc8be in args dependency
/zig/p/args-0.0.0-CiLiquDRAADuU_ueSmGquhHAuhDxxlfBokGj01ZdVYHt/args.zig:113:46: error: struct 'array_list.Aligned([:0]const u8,null)' has no member named 'init'
var arglist = std.ArrayList([:0]const u8).init(allocator);
I know that 0.15.0-dev.1149+4e6a04929 should be used, but Im to lazy to figure out how to build zig with bootstrap