From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53815) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6Ksc-0000x9-KR for guix-patches@gnu.org; Mon, 24 Feb 2020 16:03:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6KsY-0008MI-KV for guix-patches@gnu.org; Mon, 24 Feb 2020 16:03:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48211) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j6KsY-0008MD-HF for guix-patches@gnu.org; Mon, 24 Feb 2020 16:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j6KsY-0005Fr-D0 for guix-patches@gnu.org; Mon, 24 Feb 2020 16:03:02 -0500 Subject: [bug#39767] [PATCH core-updates] gnu: ld-wrapper: Preserve quoted arguments from response files. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200224160132.21037-1-mbakke@fastmail.com> Date: Mon, 24 Feb 2020 22:01:57 +0100 In-Reply-To: <20200224160132.21037-1-mbakke@fastmail.com> (Marius Bakke's message of "Mon, 24 Feb 2020 17:01:32 +0100") Message-ID: <87zhd7em2i.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 39767@debbugs.gnu.org Hi Marius! Marius Bakke skribis: > * gnu/packages/ld-wrapper.in (expand-arguments): Add TOKENIZE procedure, = and > use that to parse the response file. LGTM! > Currently the ld-wrapper will fail inscrutably if a response file > contains double quotes. This patch fixes that, and also preserves > whitespaces between quotes. Out of curiosity, where did you stumble upon response files with quotes? Was it GHC? Thanks, Ludo=E2=80=99.