Opened 15 years ago
Closed 15 years ago
#146 closed defect (fixed)
MAKE-PATHNAME erroneously merges directories as in MERGE-PATHNAMES
| Reported by: | Mark Evenson | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26 |
| Component: | other | Version: | 1.0 |
| Keywords: | pathname asdf | Cc: | |
| Parent Tickets: |
Description
As noted in http://article.gmane.org/gmane.lisp.armedbear.devel/1867
MAKE-PATHNAME the following form mistakenly returns #p"/home/fare/"
when it should return #p""
(make-pathname :directory nil :defaults "/home/fare/")
Discovered by Fare in working through ASDF-2.014
Change History (2)
comment:1 by , 15 years ago
| Component: | CLOS → other |
|---|---|
| Keywords: | pathname asdf added |
| Milestone: | → 0.26 |
| Priority: | major → minor |
| Version: | → 1.0 |
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13267]) Fix #146 so MAKE-PATHNAME uses :DIRECTORY argument even if NIL.