mesonbuild / mesonbuild/mesonwrap
Support for different compression algorithms for patches
Open
- Dominant language
- Python
- Stars
- 26
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Although releases can be compressed using different compression algorithms, patches always use `zip` compression algorithm. This is an issue because patches might include executable files that need the executable permission on different `POSIX` systems but `zip` file does not store file permissions.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.