[armedbear-ticket] Re: [armedbear] #340: DIRECTORY applied to symbolic links with non-existent targets returns errors

armedbear armedbear-devel at common-lisp.net
Tue Jan 14 16:36:32 UTC 2014


#340: DIRECTORY applied to symbolic links with non-existent targets returns
errors
--------------------------+-----------------------
  Reporter:  mevenson     |      Owner:
      Type:  defect       |     Status:  new
  Priority:  major        |  Milestone:  1.3.0
 Component:  interpreter  |    Version:  1.3.0-dev
Resolution:               |   Keywords:
--------------------------+-----------------------

Comment (by alan ruttenberg):

 For the resolve-pathnames nil case, why not return

 (map 'list #"getName" (#"listFiles" (new 'file
 "/Users/alanr/repos/iop/")))

 post-filtered for any :wilds

 and

 (#"isFile" (new 'file "/Users/alanr/repos/iop/.#compare-queries.lisp"))
 -> nil

 to test for symbolic links? (or at least files that one might try to
 resolve as symbolic links)
 The irony of the nil result does not escape me :)

 This is java 1.6

--
Ticket URL: <http://abcl.org/trac/ticket/340#comment:4>
armedbear <http://abcl.org>
armedbear


More information about the armedbear-ticket mailing list