emacs-devel
[Top][All Lists]
Advanced

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

Re: master 2e9111813b: Add two classic Common Lisp macro-writing macros


From: Sean Whitton
Subject: Re: master 2e9111813b: Add two classic Common Lisp macro-writing macros
Date: Mon, 11 Apr 2022 23:15:27 -0700
User-agent: Emacs/29.0.50 (x86_64-pc-linux-gnu)

Hello,

On Tue 12 Apr 2022 at 02:02AM -04, Sean Whitton wrote:

> branch: master
> commit 2e9111813b1dfdda1bf56c2b70a4220dbd8abce1
> Author: Sean Whitton <spwhitton@spwhitton.name>
> Commit: Sean Whitton <spwhitton@spwhitton.name>
>
>     Add two classic Common Lisp macro-writing macros
>
>     * lisp/emacs-lisp/cl-macs.el (cl-with-gensyms, cl-once-only): New macros.
> ---
>  lisp/emacs-lisp/cl-macs.el | 51 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 51 insertions(+)

This seems to have introduced compilation warnings like this into
bootstrap builds only:

    Warning: Eager macro-expansion skipped due to cycle:
      … => (load "cl-macs.el") => (macroexpand-all …) => (macroexpand (cl-psetq 
…)) => (load "cl-macs.el")

I rebuilt before pushing, but not a bootstrap build.

Do I need to regenerate something somewhere?  Sorry for the noise.

-- 
Sean Whitton



reply via email to

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