[PR #1645] [MERGED] Fix a few nits #2088

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1645
Author: @gaul
Created: 5/3/2021
Status: Merged
Merged: 5/6/2021
Merged by: @ggtakec

Base: masterHead: nits


📝 Commits (1)

📊 Changes

9 files changed (+18 additions, -18 deletions)

View changed files

📝 src/bodydata.cpp (+1 -1)
📝 src/common.h (+3 -2)
📝 src/curl.cpp (+3 -3)
📝 src/curl_multi.cpp (+1 -0)
📝 src/s3fs_global.cpp (+0 -3)
📝 src/s3fs_logger.cpp (+3 -3)
📝 src/s3fs_logger.h (+5 -4)
📝 src/s3fs_xml.cpp (+1 -1)
📝 src/string_util.cpp (+1 -1)

📄 Description

Make some strings more const, initialize members, and abort if lock
initialization fails. Partially found via clang-tidy.


🔄 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/1645 **Author:** [@gaul](https://github.com/gaul) **Created:** 5/3/2021 **Status:** ✅ Merged **Merged:** 5/6/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `nits` --- ### 📝 Commits (1) - [`b1738da`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b1738daad586473c09637ce9e2d8c66333a5effc) Fix a few nits ### 📊 Changes **9 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/bodydata.cpp` (+1 -1) 📝 `src/common.h` (+3 -2) 📝 `src/curl.cpp` (+3 -3) 📝 `src/curl_multi.cpp` (+1 -0) 📝 `src/s3fs_global.cpp` (+0 -3) 📝 `src/s3fs_logger.cpp` (+3 -3) 📝 `src/s3fs_logger.h` (+5 -4) 📝 `src/s3fs_xml.cpp` (+1 -1) 📝 `src/string_util.cpp` (+1 -1) </details> ### 📄 Description Make some strings more const, initialize members, and abort if lock initialization fails. Partially found via clang-tidy. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:38 +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#2088
No description provided.