Opened 11 years ago
Closed 11 years ago
#344 closed defect (fixed)
DIRECTORY with :WILD-INFERIOR broken
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.3.0 |
Component: | interpreter | Version: | 1.3.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
The recent commit to invert the default semantics of :RESOLVE-SYMLINKS argument to CL:DIRECTORY has broken the use of :WILD-INFERIOR in pathnames to recursively list contents (i.e. (DIRECTORY "~/work/abcl//*.lisp").
This breaks Quicklisp amongst other things.
Note: See
TracTickets for help on using
tickets.
The commit to revert is r14619.