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#54248: 29.0.50; Uninterned symbols malcompiling Date: Sun, 6 Mar 2022 13:47:39 +0000 Message-ID: References: <87h78dry1y.fsf@web.de> 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="5121"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 54248@debbugs.gnu.org, acm@muc.de To: Michael Heerdegen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Mar 06 14:49:09 2022 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 1nQrG1-00016r-Mm for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 06 Mar 2022 14:49:09 +0100 Original-Received: from localhost ([::1]:57252 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nQrG0-0006Rg-7i for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 06 Mar 2022 08:49:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQrEx-0005em-LY for bug-gnu-emacs@gnu.org; Sun, 06 Mar 2022 08:48:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56143) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nQrEw-0004CD-PF for bug-gnu-emacs@gnu.org; Sun, 06 Mar 2022 08:48:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nQrEw-00086N-Fd for bug-gnu-emacs@gnu.org; Sun, 06 Mar 2022 08:48:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 06 Mar 2022 13:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54248 X-GNU-PR-Package: emacs Original-Received: via spool by 54248-submit@debbugs.gnu.org id=B54248.164657446931087 (code B ref 54248); Sun, 06 Mar 2022 13:48:02 +0000 Original-Received: (at 54248) by debbugs.gnu.org; 6 Mar 2022 13:47:49 +0000 Original-Received: from localhost ([127.0.0.1]:50040 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQrEj-00085J-0a for submit@debbugs.gnu.org; Sun, 06 Mar 2022 08:47:49 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:27593 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1nQrEg-00084N-LG for 54248@debbugs.gnu.org; Sun, 06 Mar 2022 08:47:48 -0500 Original-Received: (qmail 22100 invoked by uid 3782); 6 Mar 2022 13:47:39 -0000 Original-Received: from acm.muc.de (p2e5d5edc.dip0.t-ipconnect.de [46.93.94.220]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 06 Mar 2022 14:47:39 +0100 Original-Received: (qmail 1326 invoked by uid 1000); 6 Mar 2022 13:47:39 -0000 Content-Disposition: inline In-Reply-To: <87h78dry1y.fsf@web.de> 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" Xref: news.gmane.io gmane.emacs.bugs:228064 Archived-At: Hello, Michael. On Sat, Mar 05, 2022 at 02:24:41 +0100, Michael Heerdegen wrote: > Hello, > this must be a few days old at maximum. Random example: > Byte compile a file containing > (set '#:my-toggle-invisible 3) > Load the compiled file ==> (wrong-type-argument symbolp (nil)) > Interpreted code works. > CC'ing Alan because this might be related to his latest changes to the > compiler, I didn't investigate, sorry if not. Yes, it was a bug in the byte compiler I introduced recently. I've just committed a fix. Could you please update your repository, and let me know whether this fix fixes the bug fully. Thanks! Could you also let me know whether this fix has any positive impact on the other bug, #54079. Thanks again! > TIA, > Michael. > In GNU Emacs 29.0.50 (build 41, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) > of 2022-03-04 built on drachen > Repository revision: e46bb68ac27625e4bc466da842f74baea63e835a > Repository branch: master > Windowing system distributor 'The X.Org Foundation', version 11.0.12011000 > System Description: Debian GNU/Linux 11 (bullseye) > Configured using: > 'configure --with-native-compilation --with-xwidgets' -- Alan Mackenzie (Nuremberg, Germany).