Skip to content

fix: use @ before path in -vv startup pointer message - #3543

Merged
max-sixty merged 1 commit into
mainfrom
vv-pointer-at-path
Jul 22, 2026
Merged

fix: use @ before path in -vv startup pointer message#3543
max-sixty merged 1 commit into
mainfrom
vv-pointer-at-path

Conversation

@max-sixty

Copy link
Copy Markdown
Owner

The `-vv` startup pointer (`announce_trace_destination` in `src/logging.rs`) printed "Verbose logging to <dir>/", using "to" before the path. The codebase convention (see the `writing-user-outputs` skill) is `@` before paths in user-facing output — #3521 already applied this to the `-vv` end-of-run block but left this start-of-run pointer as the one remaining inconsistency.

Changes "Verbose logging to <dir>/" to "Verbose logging @ <dir>/" and updates the matching test assertions/doc comment in `tests/integration_tests/diagnostic.rs`. The historical wording quoted in `CHANGELOG.md` is left as-is since it documents a past release.

This was written by Claude Code on behalf of max

Matches the codebase convention for associating an entity with a
location, and the wording PR #3521 already applied to the -vv
end-of-run block.
@max-sixty
max-sixty merged commit 0aca156 into main Jul 22, 2026
37 checks passed
@max-sixty
max-sixty deleted the vv-pointer-at-path branch July 22, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants