From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46536) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgVFt-0004iq-IC for guix-patches@gnu.org; Thu, 27 Jun 2019 10:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgVFr-0003qA-Gt for guix-patches@gnu.org; Thu, 27 Jun 2019 10:20:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53860) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hgVFq-0003pR-Kg for guix-patches@gnu.org; Thu, 27 Jun 2019 10:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hgVFq-0002Fv-Ft for guix-patches@gnu.org; Thu, 27 Jun 2019 10:20:02 -0400 Subject: [bug#35302] Update ASDF Version to 3.3.3. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:46197) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgVF4-0004Hu-2x for guix-patches@gnu.org; Thu, 27 Jun 2019 10:19:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgVF0-0003Gr-2z for guix-patches@gnu.org; Thu, 27 Jun 2019 10:19:11 -0400 Received: from mx1.riseup.net ([198.252.153.129]:45620) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hgVEx-0003AT-JX for guix-patches@gnu.org; Thu, 27 Jun 2019 10:19:09 -0400 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id A5D521B9350 for ; Thu, 27 Jun 2019 07:18:56 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 9EC0F1203DC for ; Thu, 27 Jun 2019 07:18:55 -0700 (PDT) References: <87pnplnyvh.fsf@gmail.com> From: swedebugia Message-ID: <934f3db5-792c-78cc-277e-da0107743136@riseup.net> Date: Thu, 27 Jun 2019 16:18:53 +0200 MIME-Version: 1.0 In-Reply-To: <87pnplnyvh.fsf@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: 35302@debbugs.gnu.org On 2019-04-17 04:34, Katherine Cox-Buday wrote: > This patch overwrites the ASDF version vendored into SBCL with the > newest version. The SBCL devs have stated[1] that they are not planning > on keeping their version of ASDF up to date. This will allow our SBCL > packages to use the newest ASDF going forward so. > > [1] - https://bugs.launchpad.net/sbcl/+bug/1823442 > > > This seem to have fallen through the cracks. Can someone with cl knowledge review this? -- Cheers Swedebugia