From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59033) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD6ox-0000SK-4f for guix-patches@gnu.org; Wed, 25 Sep 2019 08:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iD6ow-0004gz-7j for guix-patches@gnu.org; Wed, 25 Sep 2019 08:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60404) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iD6ow-0004gs-55 for guix-patches@gnu.org; Wed, 25 Sep 2019 08:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iD6ow-0000mf-3A for guix-patches@gnu.org; Wed, 25 Sep 2019 08:55:02 -0400 Subject: [bug#37497] installer: Update to Guile-Parted 0.0.2 release. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190924122603.25583-1-m.othacehe@gmail.com> <87y2ydq3n8.fsf@gmail.com> Date: Wed, 25 Sep 2019 14:54:32 +0200 In-Reply-To: <87y2ydq3n8.fsf@gmail.com> (Mathieu Othacehe's message of "Tue, 24 Sep 2019 14:28:59 +0200") Message-ID: <87k19wmt87.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: Mathieu Othacehe Cc: 37497@debbugs.gnu.org Hi Mathieu, Mathieu Othacehe skribis: > Here's a patch to update the installer to the new Guile-Parted release. = It > gets rid of the "delete" functions, that are now taken care of by pointer > finalizers. > gnu/installer/newt/partition.scm | 9 ++---- > gnu/installer/parted.scm | 48 +++----------------------------- > 2 files changed, 7 insertions(+), 50 deletions(-) Nice, LGTM! > I tested it on an x64 VM without seeing any regression, but sadly its har= d to > cover all cases. I'll update the Guile-Parted when this gets pushed. I guess you=E2=80=99ll have to push the =E2=80=98guile-parted=E2=80=99 pack= age update right before this patch, right? Thanks, Ludo=E2=80=99.