Use std::filesystem::path in Platform.h
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
Since C++17 had introduced built-in standard path library, it is unnecessary to have custom path manipulation code to FoundationDB.
Contributor guide
Research direction
Start by reading Platform.h and locating the custom path-manipulation code described in the issue. Trace where that interface is used before assessing the migration scope. Done means the relevant path handling uses C++17's std::filesystem::path without leaving the old custom path logic in the affected area.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100