bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#64494: 30.0.50; Recursive load error with native-compile


From: Stefan Monnier
Subject: bug#64494: 30.0.50; Recursive load error with native-compile
Date: Thu, 13 Jul 2023 21:29:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> we shouldn't just do something like
>
>     pending_funcalls
>         = Fcons (list (Qnative__compile_async, src, Qnil, Qlate),
>                  pending_funcalls);
>
> I.e. never call native--compile-async synchronously.
> The patch below seems to work so far, tho I haven't tried bootstrapping yet.

After further tests, I pushed it to `master`, along with the
re-installation of commit 140492581f96.


        Stefan






reply via email to

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