[asdf-devel] Suggested patches for ASDF
Faré
fahree at gmail.com
Fri Sep 9 22:41:35 UTC 2011
On Fri, Sep 9, 2011 at 18:33, Robert Goldman <rpgoldman at sift.info> wrote:
> Question: any objection to modifying your patch so that we have
> something like:
>
> #+ecl
> (defun use-ecl-byte-compiler-p ()
> (member :ecl-bytecomp *features*))
> #-ecl
> (defun use-ecl-byte-compiler-p ()
> nil)
>
> and then call the function in place of the member query in other code?
>
No. Juanjo will confirm, but
IIUC it can change at runtime after having loaded ASDF, so it's
#+ecl
(defun use-ecl-bytecode-compiler-p ()
(member :ecl-bytecmp *features*))
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
More information about the asdf-devel
mailing list