Opened 14 years ago
Closed 14 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 Changed 14 years ago by
Component: | CLOS → other |
---|---|
Keywords: | pathname asdf added |
Milestone: | → 0.26 |
Priority: | major → minor |
Version: | → 1.0 |
comment:2 Changed 14 years ago by
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.