ZDDC/zddc/internal/archive
ZDDC 4f021d8abc fix(archive): log swallowed walkdir errors during transmittal indexing
indexTransmittalFolder silently dropped per-entry walk errors (`_ = err`),
so a permission or filesystem error on one file vanished without a trace —
the operator saw "missing from the index" with no clue why. Log it (the
slog.Warn the comment had already drafted) and keep indexing the rest.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 16:41:29 -05:00
..
index.go fix(archive): log swallowed walkdir errors during transmittal indexing 2026-05-21 16:41:29 -05:00
index_test.go feat(archive): periodic rescan + admin reindex endpoint 2026-05-06 08:50:51 -05:00
resolver.go feat(archive): serve in-place instead of redirecting (preserves #anchor links) 2026-05-05 20:32:29 -05:00
watcher.go refactor(archive): use shared zddc.ParseTransmittalFolder 2026-05-07 09:14:19 -05:00