From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id cBWmFV1qTGJeIwEAgWs5BA (envelope-from ) for ; Tue, 05 Apr 2022 18:12:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8MaQEl1qTGKHqgAAauVa8A (envelope-from ) for ; Tue, 05 Apr 2022 18:12:13 +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 0261D12DD2 for ; Tue, 5 Apr 2022 18:12:13 +0200 (CEST) Received: from localhost ([::1]:36478 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nblmt-00026o-Ue for larch@yhetil.org; Tue, 05 Apr 2022 12:12:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34476) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nblmk-00023q-Q3 for guix-patches@gnu.org; Tue, 05 Apr 2022 12:12:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33803) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nblmk-0007r2-E3 for guix-patches@gnu.org; Tue, 05 Apr 2022 12:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nblmk-0005i5-8C for guix-patches@gnu.org; Tue, 05 Apr 2022 12:12:02 -0400 Subject: bug#53833: [PATCH] gnu: Add qbe. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 05 Apr 2022 16:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 53833 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: Liliana Marie Prikler , 53833-done@debbugs.gnu.org Mail-Followup-To: 53833@debbugs.gnu.org, ludo@gnu.org, jgart@dismail.de Received: via spool by 53833-done@debbugs.gnu.org id=D53833.164917508821871 (code D ref 53833); Tue, 05 Apr 2022 16:12:01 +0000 Received: (at 53833-done) by debbugs.gnu.org; 5 Apr 2022 16:11:28 +0000 Received: from localhost ([127.0.0.1]:55927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nblmC-0005gg-I7 for submit@debbugs.gnu.org; Tue, 05 Apr 2022 12:11:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nblm9-0005gP-Gq for 53833-done@debbugs.gnu.org; Tue, 05 Apr 2022 12:11:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35670) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nblm1-0007gY-Ei; Tue, 05 Apr 2022 12:11:17 -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=8oZNE8AdkRbF4JPkOvJLlJtqLO/G4s7sD86Q5K8W0/E=; b=JgTsoRmblxdZV0uTydMY lNJZBQh94hBs8isW20WXLfCiyTl0S23yJxk9enQuRk4Kkx65kyQk3sUpGeJDmZ3HWjFKI5QwZhGBY X0rM0EhuBoGOEn6e/3we+aYLb5KlOKb2+XEAJnCLLhRUu5TjQQ+m0ru9rJpDuIYKhEJzhVT6VYw6H IYwRGYOyxw1hAKs13uwedfdVOSfr5AzptG+q8TVw/zdvrGRmCONq9DdDfQEgBOBTH6sfanjTKRSlD 4Cb4hNo1/o1Pt1Bfiv1UisDM7IYPanf62MAzqLvLn9BwRM8Cm+eIGhZ1YKga4TUq83/CIHnWpW5k3 NY3qZKtIv8W7SA==; Received: from [193.50.110.173] (port=58788 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbllz-0005fN-Cq; Tue, 05 Apr 2022 12:11:16 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220207011332.27844-1-jgart@dismail.de> <7974e4fbf6a2b7beb41ead69a708a78a460b295e.camel@ist.tugraz.at> <20220208161034.GB28776@gac.attlocal.net> Date: Tue, 05 Apr 2022 18:11:13 +0200 In-Reply-To: <20220208161034.GB28776@gac.attlocal.net> (jgart@dismail.de's message of "Tue, 8 Feb 2022 16:10:34 -0500") Message-ID: <87sfqrldcu.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=1649175133; 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=8oZNE8AdkRbF4JPkOvJLlJtqLO/G4s7sD86Q5K8W0/E=; b=FWY25C5hGbGo3GlY6n+U/y5fX6dzPU5EX5WLvYEXESLHutLffXs4C3mkb4f02zcGd02dew a6u1PPRwnvYikYFApccbeZV97eqiY7CK4aNfJmRsQJ04IPDrWM8UOmfeDkvnlPTSzjGQes S4fr/gNg7FhJ2PLzusOnwmfWuQbCW2eu883iUn7sPZRJw3+90PzH/iffVemkN1EYhNB2wx n+nOBGe/HNSNKxrwKdu4gzxfuqIw6uKF5Z9bbL4bRqDHe2d6Y+5hrdXvPJ5Qa2cpTdVJLb ayME5g6Z2xKo1MUYeA+/k8+COsiN2EVKMrWEsZp4nnzWHjvBhyLkC+wYjZoXcw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649175133; a=rsa-sha256; cv=none; b=bbIFboNhM3Laq3W1p0W4EWpSbjZlLEC/q8bAZHBbmQSZA1ZbK2TaZnGrbouuy3QDh6p/UU 30WUxnLJM7ldfe5OUc4qeK2PYAusriiu8QGNP/UMqr712uBnq6ksgZMROFMjAdxOHEPq2F wreCf2SWXfODRqdgXb3xyTl2XlK6TobEduCCBD700X2J3x3bgXY8gFUuxmzjqK93w+vzdN 8g102Z3kvtU8ufiI1mLCRd5Gj9cg6DYePUjRh69qv6K4hxWh3rbvmzEMT+ikypBF5FKHsF AjtCzSlvto7qYiGunV+d3SZRB3E3M32C6uBxXzkZDEx9izfrkupMWJYg+6wGtA== 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=JgTsoRmb; 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: -3.97 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=JgTsoRmb; 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: 0261D12DD2 X-Spam-Score: -3.97 X-Migadu-Scanner: scn1.migadu.com X-TUID: +5SYeGVIwXWa Hi jgart, jgart skribis: > I already have qbe in Guix 'R Us along with cproc: > > https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packa= ges/qbe.scm#L43 > > If maintainers think it will be ready for Guix in the future ping me or > feel free to send an update as you see fit. I=E2=80=99m not opposed to including it if it=E2=80=99s useful but like you= write, since you have it in a channel, maybe we can wait until it=E2=80=99s mature enough before getting it in Guix proper. I=E2=80=99m closing this issue but feel free to ping us when you think it s= hould get in. Thanks, Ludo=E2=80=99.