Changes to tools.py are not detected to trigger graphics rebuild
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 94
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Changes to variables/functions imported from tools.py in many cases can't use a os.path.getmtime(__file__) check.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting tools.py and tracing the graphics rebuild logic that relies on os.path.getmtime(file). Check how imported variables and functions are handled, then verify that changes in tools.py trigger the appropriate graphics rebuild. The issue does not mention a test file or specific rebuild command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100