The value #<SB-KERNEL:NAMED-TYPE NIL> is not of type SB-KERNEL:VALUES-TYPE
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
(defun idni (x) x)
(declaim (notinline idni))
(declaim (special *s5*))
(defun bug020 ()
(let ((lam '(lambda ()
(compile nil lam)))
(bug020) ==>
The value
#<SB-
is not of type
SB-KERNEL:
[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 (#<THREAD tid=7311 "repl-thread" RUNNING {1200BC0003}>)
Backtrace:
0: (SB-C::
1: (SB-C::
2: (SB-C::IR1-PHASES #<SB-C:COMPONENT :NAME "<unknown>" :REANALYZE T {1207596163}>)
3: (SB-C::
4: (SB-C::%COMPILE (LAMBDA NIL (DECLARE (OPTIMIZE SPEED DEBUG)) (PROGV (QUOTE #) (LIST 0) (LABELS # #))) NIL NIL)
[...]
x86-64, "2.5.5.
Changed in sbcl: | |
status: | New → Fix Committed |