]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
gnulib-tool.py: Update the gnulib-tool.py.TODO file.
authorBruno Haible <bruno@clisp.org>
Thu, 28 Mar 2024 01:37:39 +0000 (02:37 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 28 Mar 2024 01:37:39 +0000 (02:37 +0100)
gnulib-tool.py.TODO

index 48c9e39fa8c90b2cfb99ad8208345e8dd2248f40..21a134df509fd1e141dbd8402d02bdb839f779d5 100644 (file)
@@ -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 ?
 
 ================================================================================