Rebase allod/tools#136 (fleet-diff) onto current master #161
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/tools#161
Loading…
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?
fleet-diff— the tool in allod/tools#136 — needs to land onmaster(incl. theflake/fleet-difffile) before the two PATH changes that consume it can work. This issue tracks that gate and the needed rebase.The problem
PR allod/tools#136 lives on branch
agent/fleet-diff, branched fromd6a0612.masterhas moved 37 commits past that base (including the Bash-to-Go migrations and everything since). The branch is stale and not mergeable as-is.The same content exists here as a single clean commit directly on current
master(local branchagent/fleet-diff-ready, test suite green):flake/fleet-diff(356 lines, now executable),tests/flake/fleet-diff.sh(423 lines, 83 assertions, all passing), plus both README updates. It is the rebase this PR needs, extracted onto the current base.Why it gates other work
Two pending changes read
flake/fleet-diffout of the pinnedallod-toolsinput at build time:fleet-diffon the host PATH (nix/home.nix).fleet-diffon dev-box PATH (modules/dev-home-shared.nix).Neither can work until
flake/fleet-diffexists onmasterin theallod-toolsinput they pin.Acceptance
master(or take the ready local rebase directly).writeShellApplication(shellcheck).Solved by rebasing allod/tools#136 onto master (branch now 0 commits behind, all 83 fleet-diff tests pass). Closing.