Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable use of external fmt #81

Merged
merged 2 commits into from
Jan 4, 2025
Merged

Enable use of external fmt #81

merged 2 commits into from
Jan 4, 2025

Conversation

mtao
Copy link
Contributor

@mtao mtao commented Sep 12, 2024

Current code assumes the use of spdlog's bundled fmt even thought dependencies might overwrite this behavior.

fmt/ostream.h / spdlog/fmt/ostr.h seems to break for me - so i removed their usage for now with some utility functions

@mtao mtao requested a review from teseoch September 12, 2024 15:00
Copy link

codecov bot commented Sep 12, 2024

Codecov Report

Attention: Patch coverage is 51.72414% with 14 lines in your changes missing coverage. Please review.

Project coverage is 81.59%. Comparing base (0cd21ba) to head (26702a7).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
src/polysolve/nonlinear/Criteria.cpp 33.33% 12 Missing ⚠️
src/polysolve/nonlinear/Solver.cpp 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   81.20%   81.59%   +0.38%     
==========================================
  Files          49       49              
  Lines        2001     1994       -7     
  Branches      267      267              
==========================================
+ Hits         1625     1627       +2     
+ Misses        376      367       -9     
Flag Coverage Δ
polysolve 81.59% <51.72%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@teseoch teseoch merged commit d0dfeaa into main Jan 4, 2025
8 of 9 checks passed
@teseoch teseoch deleted the mtao/spdlog_external branch January 4, 2025 19:48
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