Streamline test-fixtures harness comments#4369
Merged
Conversation
Agent-Logs-Url: https://github.com/microsoft/windows-rs/sessions/745eb42f-0a53-4403-809b-7ee077be518d Co-authored-by: kennykerr <9845234+kennykerr@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
kennykerr
May 2, 2026 16:23
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The test-fixtures harness accumulated migration-narrative comments and essay-style doc blocks across recent churn. This trims them back, no behavior change.
harness/src/lib.rs: 16 → 7 lines; tight module doc.harness/build.rs: condensed preamble; dropped inline editorializing.harness/tests/fixtures.rs: 750 → 630 lines; removed per-runner essays and restatements of the README; kept one-liners only where intent isn't obvious.harness/data/README.md: 105 → 85 lines; shorter intro and "what stays bespoke" section.tests/libs/rdl/tests/writer_errors.rs: dropped the 11-line header re-explaining deleted happy-path tests and the "Removed in phase 4 batch 3" footer.Net: −257 / +69 lines, comments/docs only.
cargo test -p test_fixtures(177) andcargo test -p test_rdl --test writer_errors(2) still green.