Collin Funk wrote:
> I've attached a pretty simple patch that fixes an item in
> gnulib-tool.py.TODO. It fixes a lot of the remaining lines in the diff
> between gnulib-tool and gnulib-tool.py which is nice.

Thanks! Applied.

> I decided to change GLEmiter.initmacro_end to use f-strings. It seems
> more readable to me than using %V1%, %V2%, etc. and then replacing
> those strings.

It works well in this case. But it becomes hairy when, in the mixed
autoconf/shell code that is emitted, there is a shell variable reference
  ${foo}
because Python will interpret this as a reference to the Python variable
foo. Fortunately, in most cases, we write $foo rather than ${foo}.

Bruno




Reply via email to