From d2ffb03e8313e4a1ac2260b49b6c2ee0f066ef1a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 28 Mar 2024 02:37:39 +0100 Subject: [PATCH] gnulib-tool.py: Update the gnulib-tool.py.TODO file. --- gnulib-tool.py.TODO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnulib-tool.py.TODO b/gnulib-tool.py.TODO index 48c9e39fa8..21a134df50 100644 --- a/gnulib-tool.py.TODO +++ b/gnulib-tool.py.TODO @@ -7,10 +7,11 @@ Make the unit tests work with GNULIB_TOOL_IMPL=py. Optimize: - os.chdir around subprocess creation -> cwd=... argument instead. - - Inline all 'sed' invocations: - main.py:1387: args = ['sed', '-e', sed_table, tempname] -Various other refactorings, as deemed useful. +Various other refactorings, as deemed useful: + - Use an enum for verifier=0,1,2. + - Use an enum for 'all', 'old', 'new', 'added', 'removed' in GLImport.py. + - sp.call(['rm', '-rf' ...]) versus shutil.rmtree ? ================================================================================ -- 2.39.5