From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add cl-map-into Date: Fri, 01 Oct 2021 21:04:16 +0200 Message-ID: <87czood000.fsf@gnu.org> References: <87h7eag90n.fsf@gmail.com> <87czornpqz.fsf@gmail.com> <83v92gd1et.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11060"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.7.0; emacs 28.0.50 Cc: bozhidar@batsov.dev, Stefan Monnier , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 01 21:22:38 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 1mWO7B-0002gQ-CL for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Oct 2021 21:22:37 +0200 Original-Received: from localhost ([::1]:51024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWO7A-0002Ma-70 for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Oct 2021 15:22:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55874) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWO6F-0001L2-IU for emacs-devel@gnu.org; Fri, 01 Oct 2021 15:21:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54276) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWO6E-0002hw-Kx; Fri, 01 Oct 2021 15:21:38 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:40185) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWO6E-00018t-Gm; Fri, 01 Oct 2021 15:21:38 -0400 Original-Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailauth.nyi.internal (Postfix) with ESMTP id 166FB27C005A; Fri, 1 Oct 2021 15:21:38 -0400 (EDT) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Fri, 01 Oct 2021 15:21:38 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudekiedgudefvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpehffgfhvffuffgjkfggtgesthdtredttdertdenucfhrhhomhepvfgrshhs ihhlohcujfhorhhnuceothhsughhsehgnhhurdhorhhgqeenucggtffrrghtthgvrhhnpe fhtdehhfefgfdtgeetveektdejtddthfefiedvieeviedvvedttdekudfgveetudenucff ohhmrghinhepvghlrdhishenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmh grihhlfhhrohhmpehthhhorhhnodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithih qdekieejfeekjeekgedqieefhedvleekqdhtshguhheppehgnhhurdhorhhgsehfrghsth hmrghilhdrfhhm X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 1 Oct 2021 15:21:37 -0400 (EDT) In-reply-to: <83v92gd1et.fsf@gnu.org> 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:276007 Archived-At: Eli Zaretskii writes: >> From: Stefan Monnier >> Cc: "Emacs Devel" >> Date: Fri, 01 Oct 2021 14:40:46 -0400 >> >> `with-memoization` is now in `subr-x.el`. > > Is that the reason for the below? > > In end of data: > emacs-lisp/ert.el:66:1: Warning: the function `with-memoization' might not be > defined at runtime. > > [...] If it were just that! I get tons of "Invalid function: with-memoization" errors everywhere including in "make bootstrap" when compiling json.el. I think I've fixed the problem in e165bf3d49 but, Stefan, please check if that's the right fix. (And the "If" in the commit message ought to be a "Fix", sorry.) Bye, Tassilo