AcademySoftwareFoundation / AcademySoftwareFoundation/rez
add verbose shell script output option
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 374
- Avg merge
- 9d 12h
- Merged PRs (30d)
- 5
Description
We occasionally have challenging issues where hard-to-repro bugs occur in the gh workflows, such as in https://github.com/nerdvegas/rez/pull/1199.
Propose adding an env-var option for debugging purposes, that will dump any dynamically-generated shell code to stdout (such code is generated whenever a context is executed).
Contributor guide
Research direction
Start by tracing how a context is executed and where its dynamically generated shell code is produced. Check the gh workflow debugging context in pull request 1199 and existing environment-variable conventions; done means an opt-in environment variable sends generated shell code to stdout without changing normal output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, shell
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100