(subtypep 'symbol 'keyword) -> (values nil nil)

Bug #485972 reported by Levente Mészáros
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
High
Unassigned

Bug Description

Isn't it supposed to be (values nil t)?

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

Levente Mészáros <email address hidden> writes:

> Public bug reported:
>
> Isn't it supposed to be (values nil t)?

 status confirmed
 done

Yes.

Changed in sbcl:
status: New → Confirmed
Revision history for this message
Nikodemus Siivola (nikodemus) wrote :

Yep.

 status confirmed
 importance high
 tag types

Changed in sbcl:
importance: Undecided → High
Revision history for this message
Christophe Rhodes (csr21-cantab) wrote :

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

Changed in sbcl:
status: Confirmed → Fix Committed
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.