Re: [PATCH] gnulib-tool.py: Fix --extract-recursive-link-directive.

2024-03-21 Thread Collin Funk
Hi Bruno, On 3/21/24 9:00 AM, Bruno Haible wrote: > Thanks. So, we are still finding logic bugs... Which proves that the > test suite is necessary. I don't think we would have found this typo > by mere code review (within a finite time). Yes, agreed. The info-tests/* are very quick so it is easy

Re: [PATCH] gnulib-tool.py: Fix --extract-recursive-link-directive.

2024-03-21 Thread Bruno Haible
Hi Collin, > This patch fixes the failure of > 'test-extract-recursive-link-directive-3.sh' in the gnulib-tool test > suite: > > cmp: EOF on tmp529181-out which is empty > --- ./test-extract-recursive-link-directive-3.output 2024-03-20 > 19:16:08.842291576 -0700 > +++ tmp529181-out 2024-03-

[PATCH] gnulib-tool.py: Fix --extract-recursive-link-directive.

2024-03-20 Thread Collin Funk
to sets. CollinFrom 3360beb64a6b1569131edf6644762046c9266082 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 20 Mar 2024 19:07:50 -0700 Subject: [PATCH] gnulib-tool.py: Fix --extract-recursive-link-directive. * pygnulib/GLModuleSystem.py (GLModule.getLinkDirectiveRecursively): Check the &#x