Skip to content

Fix case sensitive string comparison in pkgconfig generation#372

Merged
mattldawson merged 1 commit intomainfrom
develop-bug-fix-yaml-cpp-debug
Jun 13, 2025
Merged

Fix case sensitive string comparison in pkgconfig generation#372
mattldawson merged 1 commit intomainfrom
develop-bug-fix-yaml-cpp-debug

Conversation

@mattldawson
Copy link
Copy Markdown
Collaborator

A case-sensitive string comparison was being used to check the CMake build type when creating the pkf-config file. This modifies the logic to use case-insensitive comparisons.

@github-actions
Copy link
Copy Markdown
Contributor

@mattldawson mattldawson requested a review from montythind June 12, 2025 22:52
@mattldawson mattldawson added the bug Something isn't working label Jun 12, 2025
@mattldawson mattldawson self-assigned this Jun 12, 2025
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.09%. Comparing base (d27d4da) to head (d68ef1f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #372   +/-   ##
=======================================
  Coverage   87.09%   87.09%           
=======================================
  Files          43       43           
  Lines        3860     3860           
=======================================
  Hits         3362     3362           
  Misses        498      498           

☔ 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.

@mattldawson mattldawson merged commit 9f6a3da into main Jun 13, 2025
68 of 70 checks passed
@mattldawson mattldawson deleted the develop-bug-fix-yaml-cpp-debug branch June 13, 2025 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants