[PR #2238] [MERGED] Convert most str callers to C++11 std::to_string #2406

Closed
opened 2026-03-04 02:05:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2238
Author: @gaul
Created: 7/28/2023
Status: Merged
Merged: 7/28/2023
Merged by: @ggtakec

Base: masterHead: c++/to_string


📝 Commits (1)

  • 05d40af Convert most str callers to C++11 std::to_string

📊 Changes

7 files changed (+47 additions, -76 deletions)

View changed files

📝 src/curl.cpp (+6 -6)
📝 src/fdcache_entity.cpp (+3 -3)
📝 src/s3fs.cpp (+32 -32)
📝 src/s3fs_util.cpp (+1 -1)
📝 src/string_util.cpp (+2 -21)
📝 src/string_util.h (+3 -5)
📝 src/test_string_util.cpp (+0 -8)

📄 Description

Remaining ones handle timespec.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2238 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/28/2023 **Status:** ✅ Merged **Merged:** 7/28/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `c++/to_string` --- ### 📝 Commits (1) - [`05d40af`](https://github.com/s3fs-fuse/s3fs-fuse/commit/05d40af87eb99b51c48177793db8211bff926ee7) Convert most str callers to C++11 std::to_string ### 📊 Changes **7 files changed** (+47 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+6 -6) 📝 `src/fdcache_entity.cpp` (+3 -3) 📝 `src/s3fs.cpp` (+32 -32) 📝 `src/s3fs_util.cpp` (+1 -1) 📝 `src/string_util.cpp` (+2 -21) 📝 `src/string_util.h` (+3 -5) 📝 `src/test_string_util.cpp` (+0 -8) </details> ### 📄 Description Remaining ones handle `timespec`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2406
No description provided.