ydb-platform / ydb-platform/ydb-cpp-sdk
Replace non-member functions in util/folder/dirut.h to std::filesystem functions
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 19
- Forks
- 31
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 10
Description
This issue has no description.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading util/folder/dirut.h and inventory the non-member functions named in the issue. Trace their callers, then compare each operation with the corresponding std::filesystem facility. Done means the utility functions are replaced as requested and the SDK still builds and passes its existing checks; no specific test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100