[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add cl-map-into
From: |
Tassilo Horn |
Subject: |
Re: [PATCH] Add cl-map-into |
Date: |
Fri, 01 Oct 2021 21:04:16 +0200 |
User-agent: |
mu4e 1.7.0; emacs 28.0.50 |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Stefan Monnier <monnier@iro.umontreal.ca>
>> Cc: "Emacs Devel" <emacs-devel@gnu.org>
>> 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