Hi Collin,

> There is a minor whitespace diff in gnulib-cache.m4 for avoided
> modules. For example, after running 'test-emacs-1.sh', we see
> (omitting many entries because long lines):
> 
> --- ./test-emacs-1.result/m4/gnulib-cache.m4  2024-03-21 17:47:04.460177611 
> -0700
> +++ tmp1158700-result/m4/gnulib-cache.m4      2024-03-21 17:48:31.799297501 
> -0700
> @@ -292,7 +292,7 @@
>    warnings
>    year2038
>  ])
> -gl_AVOID([ btowc ... wctype-h])
> +gl_AVOID([btowc ... wctype-h])
> 
> The gnulib-tool.sh script accepts modules and adds them to string with
> a leading space. Since there isn't a special case for the first
> module, a leading space is placed in gl_AVOID.
> 
> I prefer not having the extra space, but since it would require
> updating the test cases, it may just be easier to add one to
> gnulib-tool.py. Feel free to pick whichever solution that you prefer.
> :)

I prefer to remove the redundant space. So, I took your diff, completed it,
committed it in your name, and updated the unit tests.

Thanks!

Bruno




Reply via email to