6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python1,135 forks (1,135 forks)batch import
good first issuelang: c++os: windows
Repository metrics
- Stars
- 12,130 stars (12,130 stars)
- PR merge metrics
- Avg merge 9d 23h (Avg merge 9d 23h)1 merged PR in 30d (1 merged PR in 30d)
Description
There were some problems in the past regarding std::filesystem, MSVC 2017 and 2019 added support so we would be able to update our sources correspondingly.
std::filesystem for VS2017
Contributor guide
- Research direction
- Investigate the current filesystem usage in the codebase and replace with std::filesystem where applicable, ensuring compatibility with MSVC 2017 and 2019 on Windows.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- C++Git