[asdf-devel] Suggested patches for ASDF

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Fri Sep 9 22:53:35 UTC 2011


On Sat, Sep 10, 2011 at 12:41 AM, Faré <fahree at gmail.com> wrote:

> 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
>

Yes, the change may happen after ASDF is loaded, without problems.


> #+ecl
> (defun use-ecl-bytecode-compiler-p ()
>  (member :ecl-bytecmp *features*))
>

Isn't this the same as the code above?

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20110910/3f5e7b82/attachment.html>


More information about the asdf-devel mailing list