From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOg24-0003vH-LG for guix-patches@gnu.org; Thu, 09 May 2019 06:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOg22-00035w-Dx for guix-patches@gnu.org; Thu, 09 May 2019 06:12:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hOg1y-00032J-V3 for guix-patches@gnu.org; Thu, 09 May 2019 06:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hOg1y-0003v7-KP for guix-patches@gnu.org; Thu, 09 May 2019 06:12:02 -0400 Subject: bug#35593: [PATCH] uuid: Pad resulting FAT uuid string with leading zeroes. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190505214354.24882-1-dannym@scratchpost.org> Date: Thu, 09 May 2019 12:10:55 +0200 In-Reply-To: <20190505214354.24882-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Sun, 5 May 2019 23:43:54 +0200") Message-ID: <87y33gey4w.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: Danny Milosavljevic Cc: 35593-done@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > Fixes . > Reported by sirgazil . > > * gnu/system/uuid.scm (fat-uuid->string): Pad resulting string with leadi= ng > zeroes. Bah, I feel guilty: I pushed the same patch with a test as 6c5790a2faf8ffc401e43b13425a707394e40874, and only now do I notice that you had fixed it too. My apologies! Perhaps in the future you should send the patch directly in the bug report? That would increase the likelihood that I=E2=80=99ll notice and wo= n=E2=80=99t duplicate work. (Perhaps in the future I should also pay more attention to email=E2=80=A6 tricky!) Ludo=E2=80=99.