[local-time-devel] Dependency on CL-FAD
Attila Lendvai
attila.lendvai at gmail.com
Sun Nov 25 18:13:01 UTC 2007
> Hello, I was wondering what the rational was for including a
> dependency on CL-FAD in 0.9.2?
there's only one thing used from cl-fad: WALK-DIRECTORY, but it
depends on a few other things in cl-fad:
DIRECTORY-PATHNAME-P
FILE-EXISTS-P
LIST-DIRECTORY
PATHNAME-AS-DIRECTORY
the clean solution would be to fix cl-fad or sbcl, whichever is needed.
the ugly solution is to have a duplicates.lisp and copy&paste the
needed functionality, but this would be so much against code reuse
that i almost deleted this paragraph... :)
just my 0.02,
--
attila
More information about the local-time-devel
mailing list