Skip to content

Fix doc comment: Windows line endings are \r\n not \n\r#717

Open
Copilot wants to merge 5 commits intomainfrom
copilot/sub-pr-714-another-one
Open

Fix doc comment: Windows line endings are \r\n not \n\r#717
Copilot wants to merge 5 commits intomainfrom
copilot/sub-pr-714-another-one

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

  • Fix documentation in diskann-benchmark-runner/src/ux.rs to correctly state Windows line endings as \r\n instead of \n\r
  • Validate the fix (cargo check passed)
  • Run final code review (no issues found)
  • Merge with main branch and preserve changes (commit fc63c02)

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: hildebrandmw <24898651+hildebrandmw@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP addressing review feedback from PR #714 on internal changes Fix doc comment: Windows line endings are \r\n not \n\r Feb 4, 2026
Copilot AI requested a review from hildebrandmw February 4, 2026 04:09
Base automatically changed from mhildebr/sync-squashed to main February 4, 2026 17:26
@hildebrandmw
Copy link
Contributor

@copilot - Please merge with main and ensure these changes are present after the merge.

…other-one

# Conflicts:
#	diskann-benchmark-runner/src/ux.rs
Copy link
Contributor Author

Copilot AI commented Feb 4, 2026

@copilot - Please merge with main and ensure these changes are present after the merge.

Merged with main in commit fc63c02. The documentation fix (\r\n instead of \n\r) has been preserved after the merge.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.01%. Comparing base (d9d6ce2) to head (fc63c02).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #717   +/-   ##
=======================================
  Coverage   89.01%   89.01%           
=======================================
  Files         428      428           
  Lines       78151    78151           
=======================================
+ Hits        69563    69566    +3     
+ Misses       8588     8585    -3     
Files with missing lines Coverage Δ
diskann-benchmark-runner/src/ux.rs 92.00% <ø> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hildebrandmw hildebrandmw marked this pull request as ready for review February 4, 2026 22:36
@hildebrandmw hildebrandmw requested review from a team and Copilot February 4, 2026 22:36
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a documentation error in a comment describing Windows line endings. The comment incorrectly stated that Windows line endings are \n\r when they are actually \r\n. The fix ensures the documentation accurately matches the actual implementation.

Changes:

  • Corrected the doc comment in normalize function to state Windows line endings as \r\n instead of \n\r

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants