Misc. cleanups in Python scripts
- Remove
-tt
option for Python, irrelevant in Python 3, - Clean up
grand-replace.py
, obviatingpytt.py
, - Use
os.path.relpath
forrelative.py
instead of manual manipulation of paths, - Simplify and inline
string_to_integer
fromutilities.py
.
Edited by Jean Abou Samra
Merge request reports
Activity
added Maintainability Scripts labels
assigned to @jeanas
added Patchnew label
added 8 commits
- 6c6ae3f2 - grand-replace.py: use subprocess API to get file list from Git
- a1d14796 - grand-replace.py: use globbing patterns for excluded files
- 062648da - grand-replace.py: remove unused stuff
- ae9974bf - grand-replace.py: improve and fix parsing logic
- 9c0405ff - Remove scripts/build/pytt.py
- 23b62484 - Remove scripts/build/relative.py
- 4ffebdf6 - Python: simplify and inline string_to_integer()
- 45235bf1 - Remove scripts/auxiliar/readlink.py
Toggle commit list- Resolved by Jean Abou Samra
Tests show no differences at https://lilypond.gitlab.io/-/lilypond/-/jobs/2463116141/artifacts/test-results/index.html.
added Patchreview label and removed Patchnew label
- Resolved by Jean Abou Samra
added 6 commits
- 9b790b73 - grand-replace.py: use globbing patterns for excluded files
- 17a7f109 - grand-replace.py: remove unused stuff
- 91794f02 - grand-replace.py: improve and fix parsing logic
- ca514168 - Remove scripts/build/pytt.py
- da058f90 - Simplify scripts/build/relative.py
- b7cbbad2 - Python: simplify and inline string_to_integer()
Toggle commit listadded Patchnew label and removed Patchreview label
added Patchreview label and removed Patchnew label
added Patchcountdown label and removed Patchreview label
Please register or sign in to reply