From: Bruno Haible Date: Fri, 12 Apr 2024 20:37:35 +0000 (+0200) Subject: gnulib-tool.py: Update TODO list. X-Git-Tag: v1.0~110 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a658bebad3a768dc4e400d72fe5217b8f8079343;p=gnulib.git gnulib-tool.py: Update TODO list. --- diff --git a/gnulib-tool.py.TODO b/gnulib-tool.py.TODO index 20c264a490..88e92150f4 100644 --- a/gnulib-tool.py.TODO +++ b/gnulib-tool.py.TODO @@ -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. - -================================================================================