collective / collective/templer.core
Templates do not preserve executable permissions
Open
- Dominant language
- Python
- Stars
- 7
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
My template:
```
-rwxr-xr-x 1 ielectric ielectric 466 Aug 25 00:36 pre-commit-check.sh_tmpl
```
Generated:
```
-rw-r--r-- 1 ielectric ielectric 463 Aug 26 11:07 pre-commit-check.sh
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare the executable permissions on pre-commit-check.sh_tmpl with those on the generated pre-commit-check.sh, then trace the template-generation entry point that creates the latter. Reproduce the permission change and verify that generated files preserve the template's executable status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100