Re: test-bundle

2018-02-21 Thread Robert Goldman
On 21 Feb 2018, at 10:55, Faré wrote: On Tue, Feb 20, 2018 at 4:44 PM, Robert Goldman wrote: I still see these "dependency not done" warnings in test-bundle on SBCL and other implementations (I haven't checked them all, but at least my big three: SBCL, Allegro, and

Re: test-bundle

2018-02-21 Thread Faré
> (defmethod mark-operation-done :after ((o load-bundle-op) (c system)) > (mark-operation-done (find-operation o 'load-op) c))) > > Thanks for explaining that. That said, can you explain why we do this, > instead of marking load-bundle-op as done? I guess because loading the > bundle is intended

Re: test-bundle

2018-02-21 Thread Faré
On Tue, Feb 20, 2018 at 4:44 PM, Robert Goldman wrote: > I still see these "dependency not done" warnings in test-bundle on SBCL and > other implementations (I haven't checked them all, but at least my big > three: SBCL, Allegro, and CCL). > I can see them too. > This seems