Re: [asdf-devel] contradiction in ASDF central-registry default vs code

2009-08-21 Thread Robert Goldman
Gary King wrote: > Hi Robert, > >> >> I'm inclined to prefer that we rearrange that code block so that the >> when is pushed upstream, and we simply don't push a NIL onto the >> *central-registry*. >> >> Would that be an acceptable solution? > > > I'd rather do it like that too but I don't think

Re: [asdf-devel] contradiction in ASDF central-registry default vs code

2009-08-21 Thread Gary King
Hi Robert, > > I'm inclined to prefer that we rearrange that code block so that the > when is pushed upstream, and we simply don't push a NIL onto the > *central-registry*. > > Would that be an acceptable solution? I'd rather do it like that too but I don't think it'll work. The trouble is the

Re: [asdf-devel] contradiction in ASDF central-registry default vs code

2009-08-20 Thread Robert Goldman
Faré wrote: > The default for ASDF's *central-registry* in SBCL contains a > (let (...) (when ...)) > which can and *will* return NIL in some cases (i.e. when an executable > SBCL image is run). > > On the other hand, sysdef-central-registry-search calls > directory-pathname-p on each entry, whi

Re: [asdf-devel] contradiction in ASDF central-registry default vs code

2009-08-20 Thread Gary King
Hi Faré, Sounds good. I'll fix it. On Aug 20, 2009, at 4:43 PM, Faré wrote: > The default for ASDF's *central-registry* in SBCL contains a > (let (...) (when ...)) > which can and *will* return NIL in some cases (i.e. when an executable > SBCL image is run). > > On the other hand, sysdef-cent

[asdf-devel] contradiction in ASDF central-registry default vs code

2009-08-20 Thread Faré
The default for ASDF's *central-registry* in SBCL contains a (let (...) (when ...)) which can and *will* return NIL in some cases (i.e. when an executable SBCL image is run). On the other hand, sysdef-central-registry-search calls directory-pathname-p on each entry, which assumes that NIL is an