The value NIL is not of type SB-KERNEL:CTYPE when binding SB-KERNEL::TYPE1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
(lambda (f) (numerator (rem (funcall f) (max 1 0))))
==>
The value
NIL
is not of type
SB-KERNEL:CTYPE
when binding SB-KERNEL::TYPE1
[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=5579 "repl-thread" RUNNING {1000BB8003}>)
Backtrace:
0: (SB-KERNEL:
1: (SB-C::
2: (SB-C::
3: (SB-C::
4: (SB-C::
5: (SB-C::
6: (SB-C::
7: (SB-C::IR1-PHASES #<SB-C:COMPONENT :NAME "<unknown>" {10079BA5A3}>)
8: (SB-C::
[...]
x86-64, "2.5.0.
Changed in sbcl: | |
status: | New → Fix Released |