| ... | @@ -15,11 +15,16 @@ | ... | @@ -15,11 +15,16 @@ |
| 15 | * https://codeberg.org/ziglang/zig/issues/31397 | 15 | * https://codeberg.org/ziglang/zig/issues/31397 |
| 16 | * restore the generated_compiler_rt_dyn_lib hack? | 16 | * restore the generated_compiler_rt_dyn_lib hack? |
| 17 | * run args | 17 | * run args |
| | 18 | * https://codeberg.org/ziglang/zig/pulls/30762 |
| 18 | | 19 | |
| 19 | ## Followup Issues | 20 | ## Followup Issues |
| 20 | * link_eh_frame_hdr should be DefaultingBool | 21 | * link_eh_frame_hdr should be DefaultingBool |
| 21 | * make --foo, --no-foo CLI args uniform (make them -f args instead) | 22 | * make --foo, --no-foo CLI args uniform (make them -f args instead) |
| 22 | * install steps should provide generated files for installed things, then delete the run step hack | 23 | * install steps should provide generated files for installed things, then delete the run step hack |
| 23 | - but artifact install steps also add paths for dyn libs on windows | 24 | - 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. |
| 24 | | 27 | |
| 25 | | 28 | |
| | 29 | ## Release Notes |
| | 30 | * run args are all together now, not observable in configure phase whether run args are provided |