envoy icon indicating copy to clipboard operation
envoy copied to clipboard

Use std::format instead of fmtlib in spdlog

Open yanavlasov opened this issue 6 months ago • 2 comments

Additional Description: First step in replacing fmtlib with its std::format equivalent. C++20 std::format does not support formatting of iterative types and a few places needed absl::StrJoin as a workaround.

Risk Level: Low Testing: Unit Tests Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A

yanavlasov avatar May 20 '25 15:05 yanavlasov

As a reminder, PRs marked as draft will not be automatically assigned reviewers, or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

:cat:

Caused by: https://github.com/envoyproxy/envoy/pull/39550 was opened by yanavlasov.

see: more, trace.

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

github-actions[bot] avatar Jun 19 '25 16:06 github-actions[bot]