Opened 8 years ago
Closed 5 years ago
#451 closed defect (fixed)
DIRECTORY errors with wildcard directory
| Reported by: | Mark Evenson | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.0 |
| Component: | interpreter | Version: | |
| Keywords: | pathname | Cc: | |
| Parent Tickets: |
Description
In <https://mailman.common-lisp.net/pipermail/armedbear-devel/2017-July/003870.html>, Mark Cox notes that
(directory (merge-pathnames (make-pathname :directory
'(:relative :wild))
(user-homedir-pathname)))
errors with
The value NIL is not of type (OR PATHNAME
STRING
FILE-STREAM
SYSTEM:JAR-STREAM
SYSTEM:URL-STREAM).
[Condition of type TYPE-ERROR]
Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] Abort thread.
Backtrace:
0: (INVOKE-DEBUGGER #<TYPE-ERROR {7EA9D89E}>)
1: org.armedbear.lisp.Lisp.error(Lisp.java:382)
2: org.armedbear.lisp.Lisp.type_error(Lisp.java:435)
3: (PATHNAME NIL)
4: (PATHNAME-MATCH-P "adbkey" NIL)
5: (DIRECTORY #P"/Users/evenson/*/")
Change History (8)
comment:1 Changed 8 years ago by
comment:4 Changed 5 years ago by
| Milestone: | 1.6.2 → 1.7.0 |
|---|
comment:8 Changed 5 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Workaround