[asdf-devel] (asdf:load-system :iterate) loads :iterate-pg & :iterate-tests
Zach Beane
xach at xach.com
Sat Apr 2 18:12:48 UTC 2011
Frank <some.frank at gmail.com> writes:
> Hello there,
>
> I've been using iterate for a short while. I noticed that it always
> loads :iterate-pg and :iterate-tests on (asdf:load-system :iterate). Do
> those modules have to be pulled in for just the basic :iterate part?
>
> I'm using ccl-1.6 and the quicklisp iterate version.
iterate.asd contains the definitions for iterate, iterate-pg, and
iterate-tests. Loading the system definition file will define those
systems, but not necessarily load their components until you explicitly
ask for it.
Zach
More information about the asdf-devel
mailing list