Comment 3 for bug 485972

Revision history for this message
Christophe Rhodes (csr21-cantab) wrote : Re: [Bug 485972] [NEW] (subtypep 'symbol 'keyword) -> (values nil nil)

Christophe Rhodes <email address hidden> writes:

> Levente Mészáros <email address hidden> writes:
>
>> Public bug reported:
>>
>> Isn't it supposed to be (values nil t)?
>
> Yes.

 status fixcommitted
 done

I've merged a fix for this as sbcl-1.0.32.36, by special-casing
(satisfies keywordp) in the type system's logic for SUBTYPEP. Let us
know if you find anything more amiss.

Christophe