uiop/filesystem:directory-files CLISP lists user home directory twice
Bug #1276746 reported by
Stanislav
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ASDF |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
If I list the files of my home directory in CLISP, every file is included in the list twice as if the directory were listed two times. This takes place no matter if I specify the directory as "~/" or spell it out, and also if I run CLISP in my home directory and use uiop/os:getcwd. However, the function works normally with directories other than the home one. I did not specify wildcards in either case. I have observed this behaviour on Debian and OpenSuse.
I installed uiop using Quicklisp.
Changed in asdf: | |
milestone: | none → asdf3-1 |
Changed in asdf: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Isn't that fixed in 3.1.0.63 ?