You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The closure removes the index directory rather than trusting an update (#16)
⚠️⚠️ `xlings update' reports success without having refreshed anything,
and this script is the one place where that matters most: its whole
purpose is to read what was just published, and it cannot begin by
reading what was published last time.
Measured three times in one day, in three shapes --- an artifact pointer
served from a cache, `xlings update' exiting zero while the index
directory still held the previous artifact, and a registry reporting the
current hash while holding older content. The second is the one that
bites here, and deleting the refresh MARKER does not help: `update'
re-derives it from the directory that is already there and writes the
same hash back.
⇒ The directory is removed. "The index looked fresh" and "the index was
fresh" are indistinguishable in every output either produces.
Co-authored-by: speak-agent <x.d2learn.org@gmail.com>
0 commit comments