From d707e37ec2e095114a14ce3e4cfc6a04bd0dfd53 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 23 Apr 2026 12:53:16 -0700 Subject: [PATCH] update todo text file --- BRANCH_TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BRANCH_TODO b/BRANCH_TODO index eef38f57af..51e8ad28c9 100644 --- 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