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 static format string validation in tests #33242

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

yanavlasov
Copy link
Contributor

@yanavlasov yanavlasov commented Apr 1, 2024

Commit Message:
Eliminate use of fmt::runtime in unit tests. This will allow static validation of format string.

Additional Description:
The long term goal is to transition to std::format which does not currently have equivalent of fmt::runtime. The change should be functionally a noop.

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

Copy link
Member

@soulxu soulxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just test only change and no fucntional change, so LGTM, thanks

@soulxu soulxu merged commit 6799204 into envoyproxy:main Apr 2, 2024
52 checks passed
@yanavlasov yanavlasov deleted the log-static-validation-2 branch April 2, 2024 17:45
alyssawilk pushed a commit to alyssawilk/envoy that referenced this pull request Apr 29, 2024
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