[PR #2803] [MERGED] Use string literals more consistently #2801

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2803
Author: @gaul
Created: 2/11/2026
Status: Merged
Merged: 2/11/2026
Merged by: @ggtakec

Base: masterHead: string-literals


📝 Commits (1)

  • 83a79ed Use string literals more consistently

📊 Changes

3 files changed (+65 additions, -63 deletions)

View changed files

📝 src/curl.cpp (+1 -1)
📝 src/s3fs_util.cpp (+3 -1)
📝 src/test_string_util.cpp (+61 -61)

📄 Description

This gives the std::string constructor access to the length and helps static analysis.


🔄 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/2803 **Author:** [@gaul](https://github.com/gaul) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `string-literals` --- ### 📝 Commits (1) - [`83a79ed`](https://github.com/s3fs-fuse/s3fs-fuse/commit/83a79ed1cc9aa3fa6fb51577c7d8b9227cc9d511) Use string literals more consistently ### 📊 Changes **3 files changed** (+65 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+1 -1) 📝 `src/s3fs_util.cpp` (+3 -1) 📝 `src/test_string_util.cpp` (+61 -61) </details> ### 📄 Description This gives the `std::string` constructor access to the length and helps static analysis. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:07:21 +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#2801
No description provided.