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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Enable use of external fmt #81

wants to merge 2 commits into from

Conversation

mtao
Copy link

@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).

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.

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