[PR #1435] [MERGED] Remove exceptions from s3fs_strtoofft #1985

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1435
Author: @gaul
Created: 10/2/2020
Status: Merged
Merged: 10/4/2020
Merged by: @ggtakec

Base: masterHead: no-exceptions


📝 Commits (1)

  • 3628b9d Remove exceptions from s3fs_strtoofft

📊 Changes

6 files changed (+45 additions, -49 deletions)

View changed files

📝 configure.ac (+1 -1)
📝 src/curl.cpp (+3 -3)
📝 src/string_util.cpp (+8 -29)
📝 src/string_util.h (+7 -3)
📝 src/test_string_util.cpp (+24 -13)
📝 src/test_util.h (+2 -0)

📄 Description

Explicit return codes are simpler and safer.


🔄 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/1435 **Author:** [@gaul](https://github.com/gaul) **Created:** 10/2/2020 **Status:** ✅ Merged **Merged:** 10/4/2020 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `no-exceptions` --- ### 📝 Commits (1) - [`3628b9d`](https://github.com/s3fs-fuse/s3fs-fuse/commit/3628b9d1e2858b85d2dcef9aea2bd4effeda2dec) Remove exceptions from s3fs_strtoofft ### 📊 Changes **6 files changed** (+45 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `configure.ac` (+1 -1) 📝 `src/curl.cpp` (+3 -3) 📝 `src/string_util.cpp` (+8 -29) 📝 `src/string_util.h` (+7 -3) 📝 `src/test_string_util.cpp` (+24 -13) 📝 `src/test_util.h` (+2 -0) </details> ### 📄 Description Explicit return codes are simpler and safer. --- <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:07 +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#1985
No description provided.