Remix.run Logo
Cloudef 5 hours 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.

divan an hour ago | parent [-]

what exactly people call 'garbage collection' in Zig? build cache cleanup?

Cloudef 34 minutes ago | parent [-]

Indeed what was referred to here is the zig build system cache.