feat: define policy for mirrored master-stack 1->2 births under append-order constraints #114
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
For
master-stackwithm = 1,n = 1, and orientationrightorbottom, there is a one-split conflict between correct birth side and append-to-end pane order. This is partly an implementation problem and partly a policy problem.Blocked by: #101, #102
Proposed solution
Decide which invariant should win, or whether a constrained two-step path is acceptable, for the mirrored
1 -> 2case:The outcome of this issue should be an explicit repo policy with corresponding tests.
Context
The current matrix classifies this as a mirrored order conflict rather than a plain geometry bug. Surveyed external plugins tend to accept reorder churn rather than making the tradeoff explicit.
Acceptance notes
Alternatives considered