From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: New warnings compiling emacs just now Date: Thu, 22 Apr 2021 09:49:49 +0000 Message-ID: References: <83im4epz6v.fsf@gnu.org> <87zgxq4rk6.fsf@tcd.ie> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="yb2G4TmIAB" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36248"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , Pedro Andres Aranda Gutierrez , emacs-devel@gnu.org To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 22 11:50:36 2021 Return-path: Envelope-to: ged-emacs-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 1lZVyl-0009Hx-7l for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Apr 2021 11:50:35 +0200 Original-Received: from localhost ([::1]:41232 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZVyj-000579-Av for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Apr 2021 05:50:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44662) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZVy6-0004fS-Mf for emacs-devel@gnu.org; Thu, 22 Apr 2021 05:49:54 -0400 Original-Received: from heytings.org ([95.142.160.155]:52396) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZVy4-00056n-UX; Thu, 22 Apr 2021 05:49:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1619084990; bh=67nUnTmlVsjxmImuRpAn3HiUt6tMHzO49juzJcLHnUs=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=mirkxPXhh9CVTSmVh3NysoUs6kcHwFX1jbVxlXGERdqy5K3BKn3OA79kcOgy24dBv NlaU9DcdoevizGvCrGTMM5vWxvcUw6VkPpLA4uthboFOGGB1TTEbZG38t1zdQUO5Mm COc0F//CFzR5GHJAbiWsJgc2Te/mZ/NQ0SsaQloKNRVvtnbAsnOi3HWByuPT8fwqkB bvQgB3tvJ8DOlkgCR/vO/K0tASGu83r7IlToLzOqXehxr6GbWyQebz2Tuqspm3xFlU 8zM1jyDzIpJUHAvg1M79TiyKratbizswUGFH8Nf2OGQbx8zGbdzDfVGfG8oTOoaUi5 6Ru46NYUqLF2w== In-Reply-To: Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org 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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:268267 Archived-At: --yb2G4TmIAB Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable >>>>> I'm compiling Emacs master right now (on macOS Catalina) and have=20 >>>>> detected a couple of warnings 'assignment to free variable=20 >>>>> repeat-map' (one in tab-bar.el and one in window.el) Which I haven't= =20 >>>>> seen before... >>>>=20 >>>> I don't see any warnings, so please show the warnings you see. >>>=20 >>> I see them (and have seen them for a week or two), too: >>>=20 >>> In toplevel form: tab-bar.el:2093:33: Warning: assignment to free=20 >>> variable =E2=80=98repeat-map=E2=80=99 In toplevel form: window.el:10261= :33: Warning:=20 >>> assignment to free variable =E2=80=98repeat-map=E2=80=99 >>=20 >> Isn't this just the usual case of a stale lisp/ldefs-boot.el? IOW, I'd= =20 >> expect the warnings to go away when that file is updated to include the= =20 >> repeat-map autoload. > > I don't know, but I don't think that's the cause. What I do know is=20 > that these warnings are displayed when running "make -j" on a fresh=20 > clone of the repository. > Hmmm... In fact you're correct: the autoloaded repeat-map is not added to= =20 ldefs-boot.el. I have no idea why. --yb2G4TmIAB--