From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Felix Lechner via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" Newsgroups: gmane.lisp.guile.bugs Subject: bug#49693: Patch can be accepted Date: Sun, 04 Feb 2024 07:33:07 -0800 Message-ID: <878r40b5xo.fsf@lease-up.com> References: Reply-To: Felix Lechner Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34722"; mail-complaints-to="usenet@ciao.gmane.io" To: 49693@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Sun Feb 04 16:34:00 2024 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rWeVM-0008n5-9b for guile-bugs@m.gmane-mx.org; Sun, 04 Feb 2024 16:34:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rWeVE-0008AW-F5; Sun, 04 Feb 2024 10:33:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rWeVC-0008AD-Ij for bug-guile@gnu.org; Sun, 04 Feb 2024 10:33:50 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rWeVC-000540-AH for bug-guile@gnu.org; Sun, 04 Feb 2024 10:33:50 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rWeVN-00067O-Pc for bug-guile@gnu.org; Sun, 04 Feb 2024 10:34:01 -0500 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Sun, 04 Feb 2024 15:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49693 X-GNU-PR-Package: guile Original-Received: via spool by 49693-submit@debbugs.gnu.org id=B49693.170706080423470 (code B ref 49693); Sun, 04 Feb 2024 15:34:01 +0000 Original-Received: (at 49693) by debbugs.gnu.org; 4 Feb 2024 15:33:24 +0000 Original-Received: from localhost ([127.0.0.1]:49872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWeUm-00066T-4l for submit@debbugs.gnu.org; Sun, 04 Feb 2024 10:33:24 -0500 Original-Received: from sail-ipv4.us-core.com ([208.82.101.137]:34830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWeUj-00066I-3C for 49693@debbugs.gnu.org; Sun, 04 Feb 2024 10:33:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=yntKZu16pzjlKng 8RQ7ipN/pCRN0F40Ou00fR+B0GfU=; h=date:subject:cc:to:from; d=lease-up.com; b=Ix+XoDWj/CS+bIbTOfYI0uc+xxVU7Z65SNiHlB47gy0hOJC4om6n mSxO2vUXnT4OhWd/MD1JofSp+F090JOCBLDXwCSGxfoj1V7T6UdU9IDzBNi2EV0GjB5s+i vHyCez6vZ/uE1tI6YDN/OZACs156e1bv3uE5on+gDJeXn2F6s= Original-Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 82c388c6 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <49693@debbugs.gnu.org>; Sun, 4 Feb 2024 15:33:07 +0000 (UTC) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.bugs:10776 Archived-At: Hi, In early 2024, the address was still incorrect (as of commit fb1f5e28). I believe the patch can be accepted. Thanks! Kind regards Felix