can't tell the size of #<SB-C:TN '#\0!1 :CONSTANT> (with THE of SATISFIES type)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
(lambda ()
(count-if
#'(lambda (x) (eql x (the (satisfies eval) #\0)))
"001011101101"))
==>
can't tell the size of #<SB-C:TN '#\0!1 :CONSTANT>
[Condition of type SIMPLE-ERROR]
Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] abort thread (#<THREAD tid=24093 "repl-thread" RUNNING {10082D49D3}>)
Backtrace:
0: (SB-X86-
1: (SB-X86-
2: ((FLET SB-X86-
3: (SB-ASSEM:
4: (SB-ASSEM:
5: (SB-C::
6: (SB-C::
[...]
x86-64, "2.3.8.
Simplifies to
(lambda (x) (eql x (the (satisfies eval) #\0)))
description: | updated |
Changed in sbcl: | |
status: | New → Fix Committed |