]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Update TODO list.
authorBruno Haible <bruno@clisp.org>
Fri, 12 Apr 2024 20:37:35 +0000 (22:37 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 12 Apr 2024 20:37:35 +0000 (22:37 +0200)
gnulib-tool.py.TODO

index 20c264a490bb11a1d31941809e933c8748496941..88e92150f4ff31c6e9a84c2e15f76c38347761ee 100644 (file)
@@ -1,6 +1,13 @@
 
 ================================================================================
 
+Bugs:
+  - test-cache-2-*.sh test suite failures
+  - --copy-file creates wrong directory
+    https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00140.html
+  - error message missing when gl_DOC_BASE missing
+    https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00160.html
+
 Optimize:
   - os.chdir around subprocess creation -> cwd=... argument instead.
 
@@ -13,7 +20,3 @@ Various other refactorings, as deemed useful:
         with open(file_name, 'w', newline='\n', encoding='utf-8') as file:
 
 ================================================================================
-
-Bootstrap various other packages (from users.txt), with GNULIB_TOOL_IMPL=sh+py.
-
-================================================================================