class-info :print-object wrong stream

Bug #514762 reported by Tobias Rautenkranz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Low
Unassigned

Bug Description

The print-object method for SB-C::CLASS-INFO does not use the stream corretly:
(with-output-to-string (s)
        (print-object (gethash :function sb-c::*info-classes*) s))
gives:
:FUNCTION
"#<SB-C::CLASS-INFO >"
not:
"#<SB-C::CLASS-INFO :FUNCTION>"

This is on SBCL 1.0.31.0.debian on:
Linux 2.6.30-1-686 #1 SMP Mon Aug 3 16:18:30 UTC 2009 i686 GNU/Linux
But I think it's still in CVS HEAD. (see attached patch)

Revision history for this message
Tobias Rautenkranz (tobias-rautenkranz) wrote :
Changed in sbcl:
importance: Undecided → Medium
status: New → Confirmed
importance: Medium → Low
Revision history for this message
Nikodemus Siivola (nikodemus) wrote :

In SBCL 1.0.36.7.

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.