2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python732 forks (732 forks)batch import
help wantedquestion
Repository metrics
- Stars
- 10,086 stars (10,086 stars)
- PR merge metrics
- Avg merge 5d 12h (Avg merge 5d 12h)91 merged PRs in 30d (91 merged PRs in 30d)
Description
- Does the set of flags differ by platform? (probably)
- If so, when we extract an item with a flag not supported by the particular platform, does the extracted item only has that specific flag missing, or all flags?
Contributor guide
- Research direction
- Investigate how BSD flags are handled across different platforms in the borg source code. Examine platform specific flag sets and extraction behavior when flags are not supported. Test on multiple platforms or review existing tests and documentation.
- Tech stack
- python
- Domain
- backend
- Issue type
- Research
- Prerequisites
- PythonGit