Raymond Toy pushed to branch issue-158-darwin-pathnames at cmucl / cmucl
Commits:
-
361d18f9
by Raymond Toy at 2022-12-21T11:01:14-08:00
1 changed file:
Changes:
| ... | ... | @@ -310,10 +310,11 @@ |
| 310 | 310 | :darwinp t)
|
| 311 | 311 | piece))
|
| 312 | 312 | (t
|
| 313 | - ;; What should we do about lisp::pattern objects?
|
|
| 313 | + ;; What should we do about lisp::pattern objects
|
|
| 314 | + ;; that occur in the name component?
|
|
| 314 | 315 | piece))))
|
| 315 | 316 | (%make-pathname host device
|
| 316 | - (mapcar #'normalize-name (cdr directory))
|
|
| 317 | + (mapcar #'normalize-name directory)
|
|
| 317 | 318 | (normalize-name name)
|
| 318 | 319 | (normalize-name type)
|
| 319 | 320 | version))))
|