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

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

2024-02-28 Thread Collin Funk
b412f1c82d0fe0815c0d2e51fc Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 28 Feb 2024 19:05:16 -0800 Subject: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 33. Follow gnulib-tool change 2017-03-14 Bruno Haible gnulib-tool: Don't produce a tests directory with