mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
* remove setName, setFilter, and setTestRunner. Please set these options directly when creating the CompileStep. * removed unused field * remove computeOutFileNames and inline the logic, making clear the goal of avoiding state mutations after the build step is created.