tooling: verify generated CLI manpage drift #378
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-362-manpage-drift"
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
version:checkonly verified the generated CLI manpage version line, so body drift betweencli/man/delta.1.mdandcli/man/delta.1could pass.Solution
cli/man/delta.1.mdto a temporary manpage duringversion:check.cli/man/delta.1after the existing version-line check.build:mandeterministic by passing the same explicit manpage date used by the tracked output.Verification
nix develop --command pnpm vitest run tests/core/versioning-lib.test.ts tests/core/versioning.test.ts --reporter=verbosenix develop --command pnpm --dir cli build:mannix develop --command pnpm version:checknix develop --command just lintnix develop --command just testnix develop --command just buildCloses #362
Parent #355