Re: gnulib-tool.py: Remove some unused instance variables.

2024-04-26 Thread Collin Funk
Hi Bruno, On 4/26/24 2:20 AM, Bruno Haible wrote: > However, please hold pushing patches for the next 3 days. I will be > posting the announcement of the faster gnulib-tool in the next few > hours; therefore I expect that several GNU package maintainers will > give it a try for the first time in y

Re: gnulib-tool.py: Remove some unused instance variables.

2024-04-26 Thread Bruno Haible
Hi Collin, > Most of the instance variables in GLMegaTestDir are unused. This makes > sense since GLMegaTestDir pretty much just calls GLTestDir functions > on a list of modules and then does some extra work afterwards. > > I committed this patch removing them. Looks good. Thanks. However, plea

gnulib-tool.py: Remove some unused instance variables.

2024-04-26 Thread Collin Funk
Sep 17 00:00:00 2001 From: Collin Funk Date: Fri, 26 Apr 2024 01:58:09 -0700 Subject: [PATCH] gnulib-tool.py: Remove some unused instance variables. * pygnulib/GLTestDir.py (GLMegaTestDir.__init__): Don't define instance variables that are never used. --- ChangeLog