Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 33.

2024-02-29 Thread Collin Funk
Hi Bruno, On 2/29/24 2:48 AM, Bruno Haible wrote: > One question: Why this change? > > -tests_modules = sorted(set(tests_modules)) > +tests_modules = sorted(list(set(tests_modules))) > > IMO, it is redundant, because sorted() of a set returns a list anyway. Ah, I had a feeling t

Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 33.

2024-02-29 Thread Bruno Haible
Hi Collin, > This patch explains the random tests/ directory that gnulib-tool.py > makes with the Emacs script. I've tried to make this patch match the > shell code. Thanks! Applied. > Also, I've noticed that some functions check if a type(var) == list. > To avoid problems I've returned an empty