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 snprintf and string concat with fmt::format #60

Merged
merged 4 commits into from
Oct 1, 2024

Conversation

pjanevskiTT
Copy link
Contributor

@pjanevskiTT pjanevskiTT commented Sep 16, 2024

Fixes #54

Note

hwloc object has snprintf function for that specific type, which is builtin, so that is not changed in the PR

@pjanevskiTT pjanevskiTT force-pushed the pjanevskiTT/string_formatting branch 3 times, most recently from b904b4a to 7872940 Compare September 30, 2024 08:28
@pjanevskiTT pjanevskiTT self-assigned this Sep 30, 2024
@pjanevskiTT pjanevskiTT force-pushed the pjanevskiTT/string_formatting branch from 7872940 to 9ba897c Compare October 1, 2024 10:00
@pjanevskiTT pjanevskiTT merged commit 5293e50 into main Oct 1, 2024
7 of 8 checks passed
@pjanevskiTT pjanevskiTT deleted the pjanevskiTT/string_formatting branch October 1, 2024 12:09
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.

Consistent string formatting
2 participants