why is usocket.asd without an in-package or package qualifiers?

Zach Beane xach at xach.com
Tue Jun 16 18:54:36 UTC 2015


ASDF establishes a particular environment when using asdf:find-system and
asdf:load-system that is not duplicated by a plain CL:LOAD. It has always
been this way. You cannot reliably use CL:LOAD to load a system file and
have things work.

Zach

On Tue, Jun 16, 2015 at 2:50 PM, Mark H. David <mhd at yv.org> wrote:

> I notices there's no in-package or qualifiers present in usocket.asd.
> So you have to, it seems, do (in-package :asdf) or similar before loading
> this file.
> Is there any good reason for this?  I was thinking of fixing this and
> doing a pull request. Anyone against?
> Thanks,
> Mark
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/usocket-devel/attachments/20150616/b349180a/attachment.html>


More information about the usocket-devel mailing list