Re: gnulib-tool.py: Update TODO file

2024-03-23 Thread Collin Funk
On 3/23/24 5:01 PM, Bruno Haible wrote: > * Is os.walk() as efficient as the 'find' command? On some file systems, > determining the type (file vs. directory) of a directory entry requires > an extra stat() call; on others, it is no extra overhead. We can assume > that the 'find' command is w

Re: gnulib-tool.py: Update TODO file

2024-03-23 Thread Bruno Haible
Hi Collin, > Since one bullet point is inlining 'sed' invocations, it might also be > worth considering doing the same for 'find'. Two considerations: * Is os.walk() as efficient as the 'find' command? On some file systems, determining the type (file vs. directory) of a directory entry require

Re: gnulib-tool.py: Update TODO file

2024-03-23 Thread Collin Funk
Hi Bruno, On 3/23/24 8:30 AM, Bruno Haible wrote: > So, I've trimmed and reorganized the TODO file. Thanks for checking these. I was going to mention a few of them but you beat me to it. :) Since one bullet point is inlining 'sed' invocations, it might also be worth considering doing the same fo

gnulib-tool.py: Update TODO file

2024-03-23 Thread Bruno Haible
I've checked the remaining items in the TODO file: - "regex-quote: \] -> ] in EREs and BREs" Does not apply to regexes in Python syntax. => Nothing to do. - "Fix bug in func_symlink_if_changed, from 2006-11-13." The code that I committed in 2022-08 appears to handle this already.