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

Replace Sprintf, Printf and GetEnv #117

Merged
merged 2 commits into from
Mar 29, 2024
Merged

Replace Sprintf, Printf and GetEnv #117

merged 2 commits into from
Mar 29, 2024

Conversation

Gazizonoki
Copy link
Collaborator

No description provided.

@Gazizonoki Gazizonoki linked an issue Mar 29, 2024 that may be closed by this pull request
@Gazizonoki Gazizonoki merged commit 13f22b2 into main Mar 29, 2024
1 check passed
@Gazizonoki Gazizonoki deleted the replace-sprintf branch March 29, 2024 20:57
tsayukov pushed a commit that referenced this pull request Mar 30, 2024
tsayukov added a commit that referenced this pull request Mar 30, 2024
It's almost a copy of 'util/system/env.h' (removed now by PR #117). Only now we're using std::getenv with some nullptr-check instead of the old GetEnv. Since this testing library actively uses these functions (the rest of the whole library hardly uses them), it seems reasonable to have them as a part of 'cpp-testing-common' library.
tsayukov added a commit that referenced this pull request Mar 30, 2024
tsayukov added a commit that referenced this pull request Apr 1, 2024
Jlucblu pushed a commit that referenced this pull request Apr 4, 2024
Gazizonoki added a commit that referenced this pull request May 20, 2024
Gazizonoki pushed a commit that referenced this pull request May 20, 2024
It's almost a copy of 'util/system/env.h' (removed now by PR #117). Only now we're using std::getenv with some nullptr-check instead of the old GetEnv. Since this testing library actively uses these functions (the rest of the whole library hardly uses them), it seems reasonable to have them as a part of 'cpp-testing-common' library.
Gazizonoki pushed a commit that referenced this pull request May 20, 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.

Replace Sprintf, Printf to std::format
1 participant