From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Gregg Sangster" Newsgroups: gmane.lisp.guile.devel Subject: =?utf-8?q?Re=3A?= Guile 3 and wip-elisp/Emacs Date: Wed, 20 Oct 2021 12:43:51 +0200 Message-ID: <47-616ff300-3-59b80500@71357260> References: <875yts7jcp.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39501"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: SOGoMail 5.2.0 Cc: guile-devel@gnu.org To: "Christine Lemmer-Webber" Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Wed Oct 20 13:08:22 2021 Return-path: Envelope-to: guile-devel@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 1md9SI-000A8W-Ez for guile-devel@m.gmane-mx.org; Wed, 20 Oct 2021 13:08:22 +0200 Original-Received: from localhost ([::1]:54502 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1md9SH-0004S0-AF for guile-devel@m.gmane-mx.org; Wed, 20 Oct 2021 07:08:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1md94k-0002h9-E0 for guile-devel@gnu.org; Wed, 20 Oct 2021 06:44:02 -0400 Original-Received: from sngstr.ca ([159.69.206.127]:35134 helo=mail.sngstr.ca) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1md94h-0007nf-TQ for guile-devel@gnu.org; Wed, 20 Oct 2021 06:44:01 -0400 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPA id 644B24005D; Wed, 20 Oct 2021 12:43:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thesangsters.ca; s=dkim; t=1634726631; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to; bh=nFmRuL4NPWlS51C+AeSS49hF3Grgw80DXEjjXF779VI=; b=SJfb9wMyDUrs6yoRWkLWkNVgdIN2YwHviYeQcVr+4Y4m9vJWK+BlPbqTb5VPN2qttDJqJu Y+bCInjZyUkug0z1bULPvvLtCju59ZevkzTMda9qizBY5TLeuuCUoCpn8gVU5E/6Ao+v1t vOk50Y5jx2vb2kwIe+BhTonXABlIGs8= In-Reply-To: <875yts7jcp.fsf@dustycloud.org> X-Last-TLS-Session-Version: None Received-SPF: pass client-ip=159.69.206.127; envelope-from=gregg@thesangsters.ca; helo=mail.sngstr.ca 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20921 Archived-At: Hi Christine, Thanks for looking at this! I just noticed that my email address as th= e committer on 1ba3d7854cac0524f80d3c6113da770505c9eda9 is incorrect. = Before merging, can you please change it to gregg@thesangsters.ca? On Tuesday, October 19, 2021 17:59 EDT, Christine Lemmer-Webber wrote: > I've pushed this as origin/wip-elisp-rebased. I actually rebased it > again, making some naming adjustments for myself and a couple of > adjustments having talked to Robin. > > If nobody objects, I'd like to merge this into main. Maintainers, if= > you have any objections, speak now or forever hold these commits! > > Christine Lemmer-Webber writes: > > > This is awesome. > > > > So, what's stopping us from merging this into guile main now before= it > > bitrots again? :) > > > > "Gregg Sangster" writes: > > > >> Hi Ricardo, > >> > >> Thanks, your changes fixed a couple of the test errors I saw. > >> > >> On Monday, September 13, 2021 06:56 EDT, Ricardo Wurmus wrote: > >> > >>> > >>> Hi Gregg, > >>> > >>> > I've rebased the wip-elisp branch on top of commit > >>> > 449f50dd84a081aea16ef678e32bf37abe429ff6 (git describe: > >>> > v3.0.4-64-g33232cb5c4). It's published here: > >>> > > >>> > https://git.sr.ht/~g20r/guile > >>> > >>> FWIW I had also rebased wip-elisp in 2020: > >>> > >>> https://git.elephly.net/?p=3Dsoftware/guile.git;a=3Dshortlog;= h=3Drefs/heads/wip-elisp > >>> > >>> -- > >>> Ricardo > >>> >