[armedbear-ticket] [armedbear] #341: DIRECTORY with :resolve-symlinks T still returns the TRUENAME of the link

armedbear armedbear-devel at common-lisp.net
Fri Jan 10 12:19:33 UTC 2014


#341: DIRECTORY with :resolve-symlinks T still returns the TRUENAME of the link
--------------------------+-------------------
 Reporter:  mevenson      |      Owner:
     Type:  defect        |     Status:  new
 Priority:  major         |  Milestone:  1.3.0
Component:  interpreter   |    Version:  1.2.1
 Keywords:  CL:DIRECTORY  |
--------------------------+-------------------
 Gabor Balzacs notes in
 [http://article.gmane.org/gmane.lisp.armedbear.devel/3043] that DIRECTORY
 seemingly  ignores :resolve-symlinks parameters in the following case:

 {{{
 -rw-r--r-- 1 user group 0 Dec 15 11:00 file
 lrwxrwxrwx 1 user group 4 Dec 15 11:00 link -> file

 CL-USER(3): (directory "./*" :resolve-symlinks nil)
 (#P"/home/user/test/file" #P"/home/user/test/file")

 The result should be (#P"/home/user/test/file" #P"/home/user/test/link").
 }}}

--
Ticket URL: <http://abcl.org/trac/ticket/341>
armedbear <http://abcl.org>
armedbear


More information about the armedbear-ticket mailing list