Ticket #891 (closed enhancement: fixed)
Results of CL:DIRECTORY when symlinks are involved
| Reported by: | xach | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | other | Version: | trunk |
| Keywords: | Cc: |
Description
Based on the discussion at http://clozure.com/pipermail/openmcl-devel/2011-November/013137.html it would be nice to have the following change in CCL:
With a directory structure like this:
src/bar/foo.asd
foo/bar -> ../src/bar
foo/baz/quux.asd
Currently, starting ccl in the "foo" directory and evaluating (directory "*/*.asd") returns only quux.asd. It would be nice if it returned both foo.asd and quux.asd, as most other implementations do.
Change History
Note: See
TracTickets for help on using
tickets.
