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.
Thanks Frank
Frank some.frank@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