Tobias Simetsreiter
Tobias Simetsreiter
I think what it comes down to at the moment is wrapping functions that provide custom functionality to expose them and have an internal implementation function, since `b.dependencyFromBuildZig(@This(), args)` does...
related to #24944
I looked at this for a while and found that `sendFileHeader` will write the header downstream even if it returns `error.Unimplemented`. not sure if its a good idea to roll...
The other change i needed was to replace the assertion in case we are at chunk end and continue with a new chunk if the file is not at its...
Maybe similarly to `b.addFmt` a `b.addGC` would be possible on the build system side, then tie it to a custom `zig build gc` step.