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
fix: clear stale update-success notice after restarting into an old install
Homebrew installs can restart into the same pre-update binary when the
formula bump doesn't actually land. The persisted "Restart to apply"
status survived that restart forever because it only checked job state
and target version, not which process wrote it. Scope the notice to the
process that recorded the successful update (pid match) so a restart
into a still-old version falls back to "Update available" instead of
repeating an already-ineffective restart prompt.
0 commit comments