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: Guile 3 and wip-elisp/Emacs Date: Fri, 10 Sep 2021 17:09:37 +0200 Message-ID: <47-613b7500-1-13c9ef60@19411138> 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="34615"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: SOGoMail 5.2.0 To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Sep 10 18:01:37 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 1mOiy8-0008ow-Uq for guile-devel@m.gmane-mx.org; Fri, 10 Sep 2021 18:01:37 +0200 Original-Received: from localhost ([::1]:34346 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOiy6-000799-Tf for guile-devel@m.gmane-mx.org; Fri, 10 Sep 2021 12:01:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOi9z-00067k-Qb for guile-devel@gnu.org; Fri, 10 Sep 2021 11:09:47 -0400 Original-Received: from sngstr.ca ([159.69.206.127]:35286 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 1mOi9x-0002zj-10 for guile-devel@gnu.org; Fri, 10 Sep 2021 11:09:47 -0400 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPA id B09F43FC64 for ; Fri, 10 Sep 2021 17:09:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thesangsters.ca; s=dkim; t=1631286580; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding; bh=5BxMN1d3xrvoebG3ylJQDSpaTpapniahUkcxGMwOJnU=; b=hPHqY7tcOw6oTj9w3KbkTwej/Ytw5i23oIpo3smZdGscTGOR3Zr4orE7iX5l6y6tkdEWWS ClYFzVtA7YMAeZB9as3WJ4hNKDbLf9ojiI5/6s2nOX7viYPIdI2hqCFdMo6jTN3qQ3BqES AhqC/h6npBYlP4jjBjKfPFxTHDN9aWA= 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-Mailman-Approved-At: Fri, 10 Sep 2021 11:59:30 -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:20851 Archived-At: Hello Guile Hackers, I've rebased the wip-elisp branch on top of commit 449f50dd84a081aea16e= f678e32bf37abe429ff6 (git describe: v3.0.4-64-g33232cb5c4). It's publi= shed here: https://git.sr.ht/~g20r/guile There are two additional failed tests which appear to be new tests adde= d since the last work on the wip-elisp branch. Also, ./configure requi= res the --disable-jit option as the build fails otherwise. I have not = yet investigated any of these issues. I don't have much experience with Guile itself or the Guile codebase. = The next commit has a conflict I was not able to resolve: that's why it= 's not rebased all the way up to the tip of main. My next tasks are to= get the current Guile Emacs running on this version of Guile followed = by fixing the JIT build failure, rebasing this to the tip of main and r= ebasing Guile Emacs on a more recent Emacs (I believe it is currently v= 24.something). My question is if this is worthwhile work? I don't have much time to s= pend on it but am happy to keep hacking away if there's still upstream = interest. -- Gregg