Browse Source
The prior note claimed no .tclsocache code survives, based on a grep whose output was head-truncated - the user spotted .TclSoCache inside the vendored tarjar-2.4.3.tm (itself a tar-format .tm). Corrected with the surviving locations (vendored tm ~L746/L834, _aside + _build copies, unwrapped loadscript, c:/tclmodules/main - which also holds the intermediate tarpack generation) and the actual mechanism as design contrast: per-user ~/.TclSoCache keyed by IN-ARCHIVE PATH (not content), warn-but-load-stale on size/mtime mismatch, retry-once concurrency. Path-key collisions and stale loads are exactly what content-hash keying eliminates. Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.commaster
1 changed files with 21 additions and 9 deletions
Loading…
Reference in new issue