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

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

Re: The function ‘cl-set-difference’ might not be defined at runtime


From: Stefan Monnier
Subject: Re: The function ‘cl-set-difference’ might not be defined at runtime
Date: Wed, 15 Apr 2020 00:01:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> To placate Flycheck regarding the use of cl-assert, I required
> 'cl-macs when compiling.  So I had:

Bad idea.  `cl-assert` might be in `cl-macs` but might not.
The library that provides `cl-assert` is `cl-lib`.  Which parts of
`cl-lib` are actually in `cl-macs` or `cl-seq` or `cl-extra` or ... is
an internal detail that can change at any point.


        Stefan




reply via email to

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