14 Aug 16:28
behavior of DIRECTORY with wild pathnames
From: Russ McManus <russell_mcmanus <at> yahoo.com>
Subject: behavior of DIRECTORY with wild pathnames
Newsgroups: gmane.editors.j.devel
Date: 2008-08-14 14:30:07 GMT
Subject: behavior of DIRECTORY with wild pathnames
Newsgroups: gmane.editors.j.devel
Date: 2008-08-14 14:30:07 GMT
I have added a function of my own devising to asdf:*system-definition-search-functions* that relies on DIRECTORY doing something smart with wild pathnames. I have no idea whether this is standard or not. However I have certainly noticed a difference between the behavior of abcl and sbcl in this case. In abcl on my system I get this: CL-USER> (directory #P"/home/users/russm/work/lisp/*/*.asd") NIL But in sbcl on my system I get this: CL-USER> (directory #P"/home/users/russm/work/lisp/*/*.asd") (#P"/home/users/russm/work/lisp/asdf/cclan.asd" #P"/home/users/russm/work/lisp/cl-containers/cl-containers-test.asd" #P"/home/users/russm/work/lisp/cl-containers/cl-containers.asd" #P"/home/users/russm/work/lisp/cl-ppcre-1.3.2/cl-ppcre-test.asd" #P"/home/users/russm/work/lisp/cl-ppcre-1.3.2/cl-ppcre.asd" #P"/home/users/russm/work/lisp/cl-who-0.11.0/cl-who.asd" #P"/home/users/russm/work/lisp/clsql-4.0.3/clsql-aodbc.asd" #P"/home/users/russm/work/lisp/clsql-4.0.3/clsql-db2.asd" #P"/home/users/russm/work/lisp/clsql-4.0.3/clsql-mysql.asd" #P"/home/users/russm/work/lisp/clsql-4.0.3/clsql-odbc.asd" #P"/home/users/russm/work/lisp/clsql-4.0.3/clsql-oracle.asd" #P"/home/users/russm/work/lisp/clsql-4.0.3/clsql-postgresql-socket.asd" #P"/home/users/russm/work/lisp/clsql-4.0.3/clsql-postgresql.asd"(Continue reading)
RSS Feed