relocate scripts under `./scripts` by youknowone · Pull Request #6753 · RustPython/RustPython
📝 Walkthrough
Walkthrough
The whats_left.py script was moved from the repository root to the scripts/ subdirectory. All references across CI workflows, documentation, and the script's own messages were updated to reflect the new location. Additionally, the demo_closures.py demo file was removed from the repository.
Changes
| Cohort / File(s) | Summary |
|---|---|
CI/CD Workflow Updates .github/copilot-instructions.md, .github/workflows/ci.yaml, .github/workflows/cron-ci.yaml |
Updated script path references from ./whats_left.py to ./scripts/whats_left.py across GitHub Actions workflows and AI instructions |
Documentation Update README.md |
Updated usage instruction to reference the new script location at ./scripts/whats_left.py |
Script Implementation scripts/whats_left.py |
Updated internal user guidance messages to reference the new script location in scripts/ directory |
File Removal demo_closures.py |
Deleted demo module containing closure examples |
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~5 minutes
Poem
🐰 We hop and we shuffle, organizing with care,
Moving scripts to their folders, files here and there,
Some demos we bid farewell with a leap,
A tidy repository's what we keep! ✨
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
| Check name | Status | Explanation |
|---|---|---|
| Description Check | ✅ Passed | Check skipped - CodeRabbit’s high-level summary is enabled. |
| Title check | ✅ Passed | The title accurately describes the main change: relocating the whats_left.py script from the root directory to the ./scripts directory, which is reflected across all modified files. |
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing touches
- 📝 Generate docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands and usage tips.