emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 18c85306ac2: Fix debug spec of cl-flet (bug#65344)


From: Gerd Möllmann
Subject: Re: master 18c85306ac2: Fix debug spec of cl-flet (bug#65344)
Date: Wed, 23 Aug 2023 11:32:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Albinus <michael.albinus@gmx.de> writes:

> Gerd Moellmann <gerd@gnu.org> writes:
>
> Hi Gerd,
>
>>     Fix debug spec of cl-flet (bug#65344)
>
> There are two new failures in the test suite. Is it related to your
> change?
>
> # make -C test edebug-tests
> 2 unexpected results:
>    FAILED  edebug-tests--conflicting-internal-names
>    FAILED  edebug-tests-cl-flet

I'm now looking at it.  Looks like

(cl-flet ((fn (&rest x) x))
  (fn 1 2))

gives an invalid-read-syntax when instrumenting it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]