Several files marked as executable that shouldn't be
Open
- Dominant language
- C++
- Stars
- 262
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
In PR #85 several files changed from mode `100644` (typical Unix read/write permissions) to `100755` (Unix executable).
These files do not appear to be valid executable files and should probably be reverted back to `100644` permissions.
Contributor guide
Research direction
Inspect PR #85 and identify the files whose modes changed from 100644 to 100755. Confirm that the affected files are not executable, restore their permissions to 100644, and verify the mode changes before submitting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100