zigself icon indicating copy to clipboard operation
zigself copied to clipboard

Build fails on zig 0.15.0-dev.1564+2761cc8be in args dependency

Open gavr123456789 opened this issue 7 months ago • 0 comments

/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

gavr123456789 avatar Aug 17 '25 21:08 gavr123456789