From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#71934: comp--spill-lap-function and closure (wad: bug#71934: 31.0.50; edebug--called-interactively-skip vs. new fun objects) Date: Wed, 10 Jul 2024 10:29:49 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28068"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Michael Heerdegen , acm@muc.de, Eli Zaretskii , Stefan Monnier , 71934@debbugs.gnu.org To: Andrea Corallo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jul 10 12:31:13 2024 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1sRUbR-00078E-3t for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 10 Jul 2024 12:31:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sRUbC-0003Tf-7T; Wed, 10 Jul 2024 06:30:58 -0400 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 1sRUb9-0003TO-Sc for bug-gnu-emacs@gnu.org; Wed, 10 Jul 2024 06:30:55 -0400 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 1sRUb9-0004W9-Jx for bug-gnu-emacs@gnu.org; Wed, 10 Jul 2024 06:30:55 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sRUbF-0000Fv-L5 for bug-gnu-emacs@gnu.org; Wed, 10 Jul 2024 06:31:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 10 Jul 2024 10:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71934 X-GNU-PR-Package: emacs Original-Received: via spool by 71934-submit@debbugs.gnu.org id=B71934.1720607406817 (code B ref 71934); Wed, 10 Jul 2024 10:31:01 +0000 Original-Received: (at 71934) by debbugs.gnu.org; 10 Jul 2024 10:30:06 +0000 Original-Received: from localhost ([127.0.0.1]:54952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRUaM-0000D5-EB for submit@debbugs.gnu.org; Wed, 10 Jul 2024 06:30:06 -0400 Original-Received: from mail.muc.de ([193.149.48.3]:53032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRUaK-0000C5-Hb for 71934@debbugs.gnu.org; Wed, 10 Jul 2024 06:30:05 -0400 Original-Received: (qmail 16124 invoked by uid 3782); 10 Jul 2024 12:29:52 +0200 Original-Received: from muc.de (pd953a6f9.dip0.t-ipconnect.de [217.83.166.249]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Wed, 10 Jul 2024 12:29:50 +0200 Original-Received: (qmail 8632 invoked by uid 1000); 10 Jul 2024 10:29:49 -0000 Content-Disposition: inline In-Reply-To: X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:288668 Archived-At: Hello, Andrea. On Tue, Jul 09, 2024 at 16:49:26 -0400, Andrea Corallo wrote: > Andrea Corallo writes: > > Alan Mackenzie writes: > >> On Sat, Jul 06, 2024 at 03:48:50 -0400, Andrea Corallo wrote: > >>> Alan Mackenzie writes: [ .... ] > > Thanks I see now, at least we never regressed over releases. > > I think this functionaly passed under my radar at the time, otherwise I > > would have asked for a test covering it, and BTW as a consequence Stefan > > would have updated the implementation before upstreaming his patch :) Yes. ;-) > > Anyway as > > (defconst foo (lambda (baz) (car baz))) > > (byte-compile foo) > > works, I is nice to have it functional for native-comp as well. > > Reintroducing it should not be too difficult, I can do it myself next > > week if no-one does it before. > Okay should be done with b9b9322a8e6 in master adding a test and > updating 'native-compile' doc-string. Thanks. I haven't actually tried the fix, but it looks absolutely routine, so there shouldn't be problems with it. > Is there anything left to do for this bug? I don't think so. > Andrea -- Alan Mackenzie (Nuremberg, Germany).