Y
Hacker News
new
|
ask
|
show
|
jobs
by
Cloudef
92 days ago
AFAIK garbage collection is basically not implemented yet. I myself do `ZIG_LOCAL_CACHE_DIR=~/.cache/zig` so I only have to nuke single directory whenever I feel like it.
1 comments
divan
92 days ago
what exactly people call 'garbage collection' in Zig? build cache cleanup?
link
Cloudef
92 days ago
Indeed what was referred to here is the zig build system cache.
link