Frank <[email protected]> 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 _______________________________________________ asdf-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
