Jean-Claude Beaudoin wrote:
>
>
>
> On Mon, Mar 17, 2014 at 12:48 PM, Robert P. Goldman <rpgoldman@sift.info
> <mailto:rpgoldman@sift.info>> wrote:So, in other words, the bundle code was buggy before, right?
>
> Random minor question:
>
> In bundle.lisp why the replacement of 'defsystem with
> 'asdf/defsystem:defsystem? Did something go wrong for you with the
> former?
>
>
> The "defsystem" symbol was interned in the wrong package, being read at
> that point of the code into package "asdf/bundle". Package "asdf/bundle"
> does
> not use package "asdf/defsystem". All this resulting into a failure to
> properly
> expand the defsystem macro.
I wonder
why we didn't see this.... What piece of your code exercised this? I'd
like to know so we can test.
You are quite right!
>
>
>
> Other than that, I didn't see anything in the diff.
>
>
> I hope that you mean that you didn't see anything *wrong* in the diff.
I'll merge to master and tag this afternoon.
Thanks,
R