zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit d707e37ec2e095114a14ce3e4cfc6a04bd0dfd53 (tree)
parent 24d260363f7130bd1a82a7aa07f123707c5de447
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Thu, 23 Apr 2026 12:53:16 -0700

update todo text file

Diffstat:
MBRANCH_TODO | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/BRANCH_TODO b/BRANCH_TODO @@ -15,11 +15,16 @@ * https://codeberg.org/ziglang/zig/issues/31397 * restore the generated_compiler_rt_dyn_lib hack? * run args +* https://codeberg.org/ziglang/zig/pulls/30762 ## Followup Issues * link_eh_frame_hdr should be DefaultingBool * make --foo, --no-foo CLI args uniform (make them -f args instead) * install steps should provide generated files for installed things, then delete the run step hack - but artifact install steps also add paths for dyn libs on windows +* no more "artifact arg" to run step. if you want to run the post-install binary, get the lazy path + from the install step. +## Release Notes +* run args are all together now, not observable in configure phase whether run args are provided