From unknown Wed Jun 18 23:08:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#55187 <55187@debbugs.gnu.org> To: bug#55187 <55187@debbugs.gnu.org> Subject: Status: Adding the Hare language Reply-To: bug#55187 <55187@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:08:30 +0000 retitle 55187 Adding the Hare language reassign 55187 guix-patches submitter 55187 paren@disroot.org severity 55187 normal tag 55187 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 29 12:07:32 2022 Received: (at submit) by debbugs.gnu.org; 29 Apr 2022 16:07:32 +0000 Received: from localhost ([127.0.0.1]:55172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkT9X-0004hh-Rp for submit@debbugs.gnu.org; Fri, 29 Apr 2022 12:07:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:55454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkT9W-0004hY-3W for submit@debbugs.gnu.org; Fri, 29 Apr 2022 12:07:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53788) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkT9V-000459-Dg for guix-patches@gnu.org; Fri, 29 Apr 2022 12:07:29 -0400 Received: from knopi.disroot.org ([178.21.23.139]:34962) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkT9T-0004gh-Ax for guix-patches@gnu.org; Fri, 29 Apr 2022 12:07:29 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id F3A9642DF2 for ; Fri, 29 Apr 2022 18:07:22 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id 402zs60BWudr for ; Fri, 29 Apr 2022 18:07:21 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1651248405; bh=bFs8KnK8LisEV5hL1H9BFUIJR0ipAxXdFh64/pDpR9M=; h=Date:From:Subject:To; b=TRfZKDHJzYDvpDJylQSKbm3R41eCMenVk2wlik0QxoBIK6lSeH2RmPdFpSGCyQ1db orBwM7k51HyijLqR5IYdeuQocLuilnyzGskDECVjUiMcsQMOGWfJuLvFV/kstcIGcV Ode8yn1Ze9bzxrNV34Y9ijLvILlkDBE56ztj6tNdTHKCz3nSGWoP9e/EUTBPjRjyqK M27NFrCrFQt6Jgh5tSXym2y7Fnvt4GFgC5KoDs2VjahkmgbxMWvSuLu+nB06goOeRk 8gaK+oKITQPFlv5ukiwZY1YiSHK+FsnFXnrWZq3N8lu8AysXFKzKEFltOjBnFoQS4B 1G8NpzkHO+ulQ== Date: Fri, 29 Apr 2022 16:06:45 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: paren@disroot.org Message-ID: <35a41b8a48e63fa38293df8ca97ff4bd5f525d2d@disroot.org> Subject: Adding the Hare language To: guix-patches@gnu.org Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) The Hare language has recently gone public: . I hav= e added the toolchain to Guix 'R Us, and I'm going to send it here once I= 've done everything I want to with it. This is what I intend to send: * package qbe * Hare compiles to QBE IL. * package harec * The bootstrap compiler in C. * This will be replaced with harec2, written in Hare. * harec1 will still be maintained, so we will always have a bootstrap= path for Hare! * package hare * This is the build driver. It will also include harec2 once it's done. * package hare-toolchain * This package propagates QBE, harec, and hare. * package hare-compress * Compression library for Hare with flate and zlib support. * package hare-png * A PNG loader. * package hare-redis * Hare interfaces to Redis. * package hare-xml * Parser for a subset of XML. * package hare-rss * RSS feed library. * package hare-atom * Atom feed library. * package hare-scfg * Library for the 'simple configuration' format. * package hare-linux * Extra support for unportable Linux kernel APIs. * package hare-irc * An IRC library, obviously. * build system hare-build-system * A make-based build system that sets $HAREFLAGS appropriately and depe= nds on hare-toolchain. From debbugs-submit-bounces@debbugs.gnu.org Tue May 24 02:43:39 2022 Received: (at control) by debbugs.gnu.org; 24 May 2022 06:43:39 +0000 Received: from localhost ([127.0.0.1]:50788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ntOGZ-0001XV-4o for submit@debbugs.gnu.org; Tue, 24 May 2022 02:43:39 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:36731) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ntOGW-0001XL-8C for control@debbugs.gnu.org; Tue, 24 May 2022 02:43:37 -0400 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4L6l5c6HhRz3xbl for ; Tue, 24 May 2022 08:43:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1653374612; bh=jWJ91umRF81OsMtq4e2g2qbKmtL7TAHJ2MadcW6i6k8=; h=Subject:From:To:Date; b=pBGsjVHBs+NT8Am9T82q2ehenllbJeTK7aDA5wvTsrNODqgUKeppU9tWemUiuxiNU 7HYy/Hrexwb7xMBWnm5gydEgVBuB9DEoLjQHaNqOCF/gmcP59XIrTxtFjfJrUSiYOd kFTb22eO0YgRgkFnJ22a2n/M1s8q0ZONieUy3qes= Message-ID: <8fdea3aaa79939d25f1fbe1a7b92b7f73ae20cc1.camel@ist.tugraz.at> Subject: From: Liliana Marie Prikler To: control@debbugs.gnu.org Date: Tue, 24 May 2022 08:43:31 +0200 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 53833 55151 55605 merge 55187 55606 block 55187 by 53833 block 53834 by 53833 thanks Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [129.27.2.202 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [129.27.2.202 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.7 BODY_EMPTY No body text in message X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) merge 53833 55151 55605 merge 55187 55606 block 55187 by 53833 block 53834 by 53833 thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 12:55:19 2022 Received: (at control) by debbugs.gnu.org; 30 Jun 2022 16:55:20 +0000 Received: from localhost ([127.0.0.1]:35432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o6xRm-0006lt-Sp for submit@debbugs.gnu.org; Thu, 30 Jun 2022 12:55:19 -0400 Received: from knopi.disroot.org ([178.21.23.139]:38596) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o6xRg-0006lc-Ru for control@debbugs.gnu.org; Thu, 30 Jun 2022 12:55:17 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 5219C45958 for ; Thu, 30 Jun 2022 18:55:11 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EZ2s5lu5qr-K for ; Thu, 30 Jun 2022 18:55:10 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1656608110; bh=VkUM4YP8Aaqq+mj0iSBpUw01jds2EdUIUiDcKmOZebY=; h=Date:From:To:Subject; b=AzHmp4cvdIz3Hyu9YXGuFAFGMaNZNdfEo4gvpx/dYkX6vjwDw0zhAXmm6iNTYd34m M78xsRisD5q1bRfhL7F4P4KiKhUPe6dc2b6G5Tl12a6h8Q9u1JfNfbdXrFZAPLTYn3 1MCDLg6yg8Cj4BBZB4mr5zCqra4qU7rD39p5inJhVT4HZRstEdHMbyF8140XHSLxO3 BJX9qeT922xWDc5PwvTxkE/bF+GqbGu2IZA+WTj+Pk4DE5l9JBNTNKMO20L6z5DOFo C7fLXcWGWTadlE9dFpiuvlBe6OFYTBHqRb4EVQkPfNPk6bAKHHVmh5vSqisrV7PBtf sOeidfRFo3Hiw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 30 Jun 2022 17:55:09 +0100 Message-Id: From: "(" To: Subject: X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 55187 thanks Superseded by #55606. -- ( Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) close 55187 thanks Superseded by #55606. -- ( From unknown Wed Jun 18 23:08:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 22 Aug 2022 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator