authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-04-23 12:53:16-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-05-25 18:54:34-07:00
logd707e37ec2e095114a14ce3e4cfc6a04bd0dfd53
tree15697f468745e60befa813062088f42cead73ccd
parent24d260363f7130bd1a82a7aa07f123707c5de447

update todo text file


1 files changed, 5 insertions(+), 0 deletions(-)

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