[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool.py: Don't fail when given a bad module name.
From: |
Collin Funk |
Subject: |
Re: gnulib-tool.py: Don't fail when given a bad module name. |
Date: |
Sun, 21 Apr 2024 10:31:55 -0700 |
User-agent: |
Mozilla Thunderbird |
Hi Bruno,
On 4/21/24 4:37 AM, Bruno Haible wrote:
> The former makes an implicit statement that the function is searching
> for the file. The latter does not; it does not say or hint to as what
> function internally does. Thus it is better to use the latter wording.
Agreed, thanks for the change and advice. My documentation skills are
a bit lacking...
> It says "Stop." twice but does not actually stop :) Fixed as follows.
Nice! Running this passes for me now:
$ env GNULIB_TOOL_IMPL=sh+py gnulib-tool --create-testdir --dir aaa abc
Collin