medley icon indicating copy to clipboard operation
medley copied to clipboard

Common Lisp pathname implementation fixes needed

Open masinter opened this issue 2 years ago • 1 comments

(CL:DIRECTORY follows the convention that double asterisks ** corresponds to all depths and single asterisk * means one level. I think this is better than the horrible rebinding of IL:FILING.ENUMERATION.DEPTH.

It does mean that our two-level hack looking for level 2 might not be there, but I think we'd be better off.

masinter avatar Aug 13 '22 19:08 masinter

Also, not quite related, is that the standard for pathnames is #p"/tmp" not #.(PATHNAME "/tmp") which is what it does currently.

masinter avatar Aug 13 '22 19:08 masinter