From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 0BDpDbzUb2JcLAAAbAwnHQ (envelope-from ) for ; Mon, 02 May 2022 14:55:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id WDQWDbzUb2L7JQEAG6o9tA (envelope-from ) for ; Mon, 02 May 2022 14:55:24 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id AB42D4785A for ; Mon, 2 May 2022 14:55:23 +0200 (CEST) Received: from localhost ([::1]:38310 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nlVaD-00071T-BO for larch@yhetil.org; Mon, 02 May 2022 08:55:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60262) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlVZv-00070w-BU for guix-patches@gnu.org; Mon, 02 May 2022 08:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41195) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nlVZv-0003db-2W for guix-patches@gnu.org; Mon, 02 May 2022 08:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nlVZu-0001z8-Ux for guix-patches@gnu.org; Mon, 02 May 2022 08:55:02 -0400 Subject: bug#55182: [PATCH 1/3] gnu: apl: Update to 1.8-r1550. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 02 May 2022 12:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55182 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Paul A. Patience" Cc: 55182-done@debbugs.gnu.org, Maxime Devos Mail-Followup-To: 55182@debbugs.gnu.org, ludo@gnu.org, paul@apatience.com Received: via spool by 55182-done@debbugs.gnu.org id=D55182.16514960487551 (code D ref 55182); Mon, 02 May 2022 12:55:02 +0000 Received: (at 55182-done) by debbugs.gnu.org; 2 May 2022 12:54:08 +0000 Received: from localhost ([127.0.0.1]:35091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlVZ2-0001xj-9W for submit@debbugs.gnu.org; Mon, 02 May 2022 08:54:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlVZ0-0001xD-Gp for 55182-done@debbugs.gnu.org; Mon, 02 May 2022 08:54:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55494) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlVYu-0003Wj-V4; Mon, 02 May 2022 08:54:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=N8kO6K6iC4eIGhawQvo17tdHaP0C8I+1UodWmTo94E8=; b=iv1sr9sf8grKIafJ5aLH /nkE/LwFhnnFxfQeE40I4fg4+i8tifpjid3QwgLVqfGeHCilqmmaIfcbdB5IindukwluBj0FhWb5Y 7233oaeUW4wI/EAM+FkvLPdVqitSjyxNieSvkkd0bKZSaSgUD8e8HzKet7wANkAlYHvcNTycwPyy+ z7LoQcBseKOJg50xT5K1HIj3VZFcaJf+evbHJAgKrsP+G/ZnOnUjtL/Ph6o0bFDc953W6pkfOvAPM 3p12APqm+UbU+bBQyg7SwNOWWknZ0Fo8MT4rJRrSew/tBKxqA+uuOHPtWbaOqAspVsrF09pFP2cok U5FMxxxpsEEsHg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=46802 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlVYu-0003WF-94; Mon, 02 May 2022 08:54:00 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220429115456.539028-1-paul@apatience.com> <20220502111702.553227-1-paul@apatience.com> Date: Mon, 02 May 2022 14:53:57 +0200 In-Reply-To: <20220502111702.553227-1-paul@apatience.com> (Paul A. Patience's message of "Mon, 02 May 2022 11:17:13 +0000") Message-ID: <87zgk0rt7e.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651496123; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=N8kO6K6iC4eIGhawQvo17tdHaP0C8I+1UodWmTo94E8=; b=UF/JXuNQDx6T6vk7JbKN1Rw7wBo8caP/w1MOd7BnQKwhJyokc1IaVkBhPEUduKr3wGCu8z 31ViEcI2q4jbKFRgPcTVY42O3z0/Etdges3zd8iP/vYoluVKnuIvOLJAV+iQQ79bXwR2tP kMCBeKFZ954hk0Cr7sZVGvjxp4Z9jLiv4Rc6/Mx9f9PzhrP2/mMYp3ygnYCOBrgChDptiG WqPuQ3tf05OHxinbmnzXeDG8iJC07fpJ+RitpLdfRrf8OVE/GC0letSHeVd0XsC6c9pEvj yq7VmRgjknEngasLnQxLy2qk0+8ggSNdn/PvhOGj3L7+4KGGcUISZfLKK2U5kQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651496123; a=rsa-sha256; cv=none; b=aIKYcbq2a0MKZ7HctwB8AWkOfikqiGdUtvAMyWj9Pe4DZkA3FOrIUtgvPM6BqnmVFzpbnQ RCO5pkjHmaec89mpqvoB+L+UHT/HChv3PDYl7PHoqsH+9aKFG1bIcKaTdTXUjRZmRQ3FH6 h5rphE2lqJOKheTE8NxKqOBmhzdVdNVcHR06rmJLA3RWIimcfMDmLKw2jSRUWg8YlCiN97 eHEXnanbwOB43L/xOBpW+FQYr04K0bsURLsTwluMZy/IfZ8vh6WUrUnaKhVaY3BRz3vany 79U3YUoZyjPZ6NW+oYk12mQKMVVkVu8TTtgCc8unhoBUhusPwVCFv8PewVyQNg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iv1sr9sf; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.39 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iv1sr9sf; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: AB42D4785A X-Spam-Score: -2.39 X-Migadu-Scanner: scn0.migadu.com X-TUID: 0mQ6drlT96XO Hi, "Paul A. Patience" skribis: > gnu: apl: Update to 1.8-r1550. > gnu: apl: Remove input labels. > gnu: apl: Use G-expressions. Applied, thanks! And thanks Maxime for reviewing, as always. Ludo=E2=80=99.