From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 3 and wip-elisp/Emacs Date: Wed, 20 Oct 2021 00:29:51 +0200 Message-ID: <87tuhc642o.fsf@gnu.org> References: <87mtogpwvi.fsf@elephly.net> <47-61683200-11-6332ae00@255428996> <875ytx5wvg.fsf@dustycloud.org> <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="7530"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cc: Andy Wingo , Gregg Sangster , 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 00:30:23 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 1mcxcl-0001iR-N5 for guile-devel@m.gmane-mx.org; Wed, 20 Oct 2021 00:30:23 +0200 Original-Received: from localhost ([::1]:42304 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcxcj-0002BK-F8 for guile-devel@m.gmane-mx.org; Tue, 19 Oct 2021 18:30:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34038) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcxcK-00028j-42 for guile-devel@gnu.org; Tue, 19 Oct 2021 18:29:56 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42344) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcxcJ-0002YZ-5n; Tue, 19 Oct 2021 18:29:55 -0400 Original-Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55469 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcxcI-0000Fg-L8; Tue, 19 Oct 2021 18:29:54 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 =?utf-8?Q?Vend=C3=A9miaire?= an 230 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu In-Reply-To: <875yts7jcp.fsf@dustycloud.org> (Christine Lemmer-Webber's message of "Tue, 19 Oct 2021 17:59:46 -0400") 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:20918 Archived-At: Hello! Christine Lemmer-Webber skribis: > 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! I haven=E2=80=99t looked at the branch, but I think it=E2=80=99s great to s= ee it live and it=E2=80=99s great if it can be merged! Some things to pay attention to before merging to =E2=80=98main=E2=80=99, s= ince it corresponds to the current 3.0 stable branch: =E2=80=A2 Make sure no backward incompatibilities are introduced in preexisting modules; =E2=80=A2 Make sure the ABI of libguile-3.0.so and that of public modules is unchanged, or is changed compatibly; =E2=80=A2 Make sure there are reasonable tests and doc so it can be maint= ained (and used!) going forward; =E2=80=A2 Robin has a copyright assignment on file, so we should be fine (whether we=E2=80=99ll keep doing copyright assignment for Guile is sti= ll unclear, but we can discuss that separately). I think we should also wait for a green light from Andy. Thanks Gregg, Christine, Robin, and everyone involved! Ludo=E2=80=99.