Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-05 | fix bug in strip-store-paths | Justin Bedo | |
also taking the opportunity to simplify the rewriteOutput function and handle filenames with spaces | |||
2022-01-01 | update to zig 0.9.0 | Justin Bedo | |
2021-12-20 | rewrite strip store paths | Justin Bedo | |
Old version used sed, which is not inplace and causes issues when garbage collection triggers during a build. This patch adds a small rewriter that works in place. |