[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix for double-quoting behaviour in egg-compilation
From: |
felix . winkelmann |
Subject: |
Re: [PATCH] fix for double-quoting behaviour in egg-compilation |
Date: |
Tue, 25 Oct 2022 14:00:20 +0200 |
> On Mon, Oct 24, 2022 at 05:23:24PM +0200, felix.winkelmann@bevuta.com wrote:
> > As reported by Kon, our previous "fix" for shell argument quoting
> > exposed another bug, this is an attempt to improve on that.
>
> Thanks, pushed.
>
> Also, we forgot to look at Salmonella or we'd noticed:
> http://salmonella-linux-x86-64.call-cc.org/master/gcc/linux/x86-64/2022/10/24/yesterday-diff/
>
> One question though: "joins" is essentially the same as "arglist", isn't
> it? I mean, it's used in different contexts but the effect is the same.
> Perhaps we should merge them.
Yes, indeed, makes sense.
felix