chore: prune narrating comments from the batch-3 merges #76
No reviewers
Labels
No labels
priority/P0
priority/P1
priority/P2
release/v0.1.0
status/blocked
status/planned
type/bug
type/design
type/test-gap
type/tracker
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
natsukium/felis!76
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/prune-comments-batch3"
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?
A one-shot comment-pruning sweep over the Rust sources merged by #63, #68,
#70, #71 and #75. Those merges comment freely; the surplus buries the
comments that carry real information.
Removed: doc comments that only restate their test's or function's name,
narration of the following line, decorative section banners, and inline
notes duplicating a doc comment already on the item. Kept: why-nots,
// SAFETY:, spec/REQ/docs citations, cross-process and wire invariants,and the public rustdoc of
felis-protocol(the cross-language referencesurface).
No code changed. Every line in the diff is a comment or a blank line
one left behind — 82 deletions, 13 insertions (trims), across 26 files.
Gates, from the worktree:
just fmt-check— cleancargo clippy --all-targets -- -D warnings— cleancargo nextest run --workspace— 3158 tests run: 3158 passed, 15 skippedcargo test --doc --workspace— 9 targets, all okFiles touched:
crates/felis-cli/src/cli_bridge.rscrates/felis-cli/src/cli_daemon.rscrates/felis-cli/src/cli_doctor.rscrates/felis-cli/src/cli_output.rscrates/felis-cli/src/cli_sessions.rscrates/felis-cli/src/conn.rscrates/felis-cli/tests/cli_bridge.rscrates/felis-cli/tests/cli_sessions.rscrates/felis-client/src/app_methods.rscrates/felis-client/src/event_handler.rscrates/felis-client/src/main.rscrates/felis-client/src/tests.rscrates/felis-daemon/src/pool.rscrates/felis-daemon/src/serve/session_task.rscrates/felis-daemon/src/serve/streaming.rscrates/felis-daemon/src/serve/tests.rscrates/felis-grid/src/images/tests.rscrates/felis-protocol/src/caps.rscrates/felis-protocol/src/codec.rscrates/felis-protocol/src/convert.rscrates/felis-protocol/src/convert/conn.rscrates/felis-protocol/src/frame.rscrates/felis-protocol/src/messages.rscrates/felis-protocol/src/preface.rscrates/felis-protocol/tests/proptest_frame.rsfuzz/fuzz_targets/ipc_frame.rs276baa411215cb05a7f9