Collin Funk wrote:
> I've attached a fix.
Thanks! Applied.
Bruno
Hey Bruno,
On 3/12/24 10:07 AM, Collin Funk wrote:
> Yeah, I can see that becoming an issue. Some areas the backslashes get
> confusing as well. I had to run the test case a few times to convince
> myself I got it correct...
Well, that is a bit embarrassing. It looks like I spoke too soon.
/home
Hi Bruno,
On 3/12/24 9:52 AM, Bruno Haible wrote:
> 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. Fortunatel
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
st-shell
and checked with and without --libtool since that affects the output
of a change in GLEmiter.initmacro_end.
CollinFrom 5afda4bcd2671f6c62fb5d067c58d398123830f0 Mon Sep 17 00:00:00 2001
From: Collin Funk
Date: Mon, 11 Mar 2024 18:50:28 -0700
Subject: [PATCH] gnulib-tool.py: Follow gnulib-