Files
zig/BRANCH_TODO
2026-04-19 10:56:47 -07:00

26 lines
1.0 KiB
Plaintext

* make more stuff use IndexType
* make addExtra return Index using reflection
* remove Cache from configurer
* implement the build options
* don't forget to add -listen arg back
* get zig init template working
* finish migrating the rest of the build steps
* make zig-pkg path root configurable in maker (make sure --system still works)
* eliminate calls to getPath, getPath2, getPath3
* solve the TODOs added in this branch
* get zig tests passing
* test a bunch of third party projects / help people migrate
* refactor with DefaultingEnum
* inspect b4ffb402c082605c4b324e88120306fc8fb3cf32 diff and apply changes as needed (merge conflict)
* https://codeberg.org/ziglang/zig/issues/31397
* restore the generated_compiler_rt_dyn_lib hack?
* run args
## 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