Observed during integration test run. Some sessions start with a "Last login: Sun Apr 12 22:22:39 on ttys016" banner from days ago; others don't. Appears on sessions that went through async_restart or --reuse, because the shell process retained state from macOS's Terminal greeting mechanism.
Mostly cosmetic — it's confusing in logs and screenshots, and makes it harder to tell which sessions are fresh. Not a bug per se.
Fix options: suppress via ~/.hushlogin in the test harness, or document as "macOS Terminal greeting behavior, not ita."
Priority: low — cosmetic only.
Observed during integration test run. Some sessions start with a "Last login: Sun Apr 12 22:22:39 on ttys016" banner from days ago; others don't. Appears on sessions that went through
async_restartor--reuse, because the shell process retained state from macOS's Terminal greeting mechanism.Mostly cosmetic — it's confusing in logs and screenshots, and makes it harder to tell which sessions are fresh. Not a bug per se.
Fix options: suppress via
~/.hushloginin the test harness, or document as "macOS Terminal greeting behavior, not ita."Priority: low — cosmetic only.