Skip to content

clean up pass_util namespace and _WIN32 macro#2928

Closed
samuel40791765 wants to merge 1 commit intoaws:mainfrom
samuel40791765:clean-up-cli-2
Closed

clean up pass_util namespace and _WIN32 macro#2928
samuel40791765 wants to merge 1 commit intoaws:mainfrom
samuel40791765:clean-up-cli-2

Conversation

@samuel40791765
Copy link
Copy Markdown
Contributor

  1. The pass_util.cc was calling it's own namespace as a separate file, when it could be consolidated into one. I'm skeptical if a namespace is even needed though, it seems a bit redundant, but I won't tweak this part for now.
  2. Use the existing OPENSSL_WINDOWS macro instead of _WIN32 in tool-openssl.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@samuel40791765 samuel40791765 requested a review from a team as a code owner January 2, 2026 23:28
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 97.14286% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 78.41%. Comparing base (1c85517) to head (e3bc231).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
tool-openssl/pass_util.cc 97.14% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2928      +/-   ##
==========================================
+ Coverage   78.17%   78.41%   +0.24%     
==========================================
  Files         690      690              
  Lines      118663   118738      +75     
  Branches    16680    16684       +4     
==========================================
+ Hits        92759    93104     +345     
+ Misses      25017    24742     -275     
- Partials      887      892       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

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