Re: CLISP CLOS style warnings

Faré <[email protected]>
Newsgroups gmane.lisp.asdf.devel,gmane.lisp.clisp.devel
Message-ID <CAN7nBXfXwYN=xx+0Ov4Uy1OG3xh5XyO=r9VLtn8xYvHPVP5dyA@mail.gmail.com>
> To mark a generic function as user-extendable, one can now use a
> declaration:
>
> --8<---------------cut here---------------start------------->8---
> (defgeneric perform (...)
>   (declare #+clisp (dynamically-modifiable))
>   ...)
> (defgeneric operation-done-p (...)
>   (declare #+clisp (dynamically-modifiable))
>   ...)
> --8<---------------cut here---------------end--------------->8---
>
> The declaration is now in `hg tip` (but has not been released yet).
>
Will that declaration cause a warning or error on older versions of
clisp? If yes, what read-time conditional more precise than #+clisp
can I use to only enable on recent enough versions of clisp?

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
How small of all that human hearts endure
That part which laws or kings can cause or cure! — Samuel Johnson
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.