MAP-DIRECTORY didn't :CLASSIFY-SYMLINKS by default
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 9 Nov 2011 11:24:54 +0000 (13:24 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 9 Nov 2011 12:05:35 +0000 (14:05 +0200)
commit3f47602cbbfdb31c59252008b5f2dbe91ca43d7f
treeeda08c15ca36c46278edd732b4350397913f943a
parent5b137a40b265d0a1da5bee27a83ec1fd9b354a68
MAP-DIRECTORY didn't :CLASSIFY-SYMLINKS by default

  ...even though it said it did.

  Given

    foo/bar => ../src/bar
    src/bar/quux.asd

  now

    (directory "foo/*/*.asd")

  finds the .asd as expected.
NEWS
src/code/filesys.lisp
tests/filesys.test.sh