emacs-devel
[Top][All Lists]
Advanced

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

Re: The 'master' branch no longer compiles.


From: Noam Postavsky
Subject: Re: The 'master' branch no longer compiles.
Date: Tue, 13 Nov 2018 08:56:08 -0500

On Mon, 12 Nov 2018 at 08:51, Stefan Monnier <address@hidden> wrote:

> FWIW, I tried to track the origin of the problem but still failed to
> find it.  It looks like
>
>     rm lisp/emacs-lisp/gv.elc; make
>
> "fixed" it this time (the error was signaled while macroexpanding
> a (setf (alist-get ...) ...) in hack-dir-local-variables which ended up
> (auto)loading gv).

It's because gv.elc uses circular syntax, and files.el was binding
read-circle to nil around there. Should be fixed in master now.



reply via email to

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