fix: resolve tmux reattach workspace list paths#66
Conversation
|
Follow-up investigation found another path-loss route: when persisted workspace state already existed, reattach preferred it and discarded live tmux cwd data. Repeated workspace switches could then keep saving state without usable target directories, causing workspace-list to fall back to again. Added fix commit 1fdd158:
Additional regression coverage:
Verification: make check passes, including 242 ERT tests, byte compile, checkdoc, package-lint, and format. |
|
Second follow-up: reproduced the remaining cause using the actual state/tmux shape. Actual mismatch observed:
Added fix commit 6316282:
Additional regression coverage:
Verification: make check passes, including 244 ERT tests, byte compile, checkdoc, package-lint, and format. |
|
🎉 This PR is included in version 0.19.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Tests
Regression Coverage