[plt-scheme] class-info: class-names as strings
At Wed, 24 Jan 2007 10:20:51 +0800, Matthew Flatt wrote:
> At Tue, 23 Jan 2007 12:07:34 +0000, Dave Gurnell wrote:
> > I have a situation in one of my web apps where the class-name
> > procedure from class.ss returns a string as the "name-symbol" return
> > value rather than a symbol as documented. The name is of the format
> > "derived-from-some-superclass%", and the class is an anonymous subclass.
> >
> > I haven't been able to create a test-case where I get a name in this
> > format yet.
>
> I'm not following completely.
Ok, that's probably because I didn't read the subject line, which
clearly says `class-info'.
And I see that `class-info' was returning a string instead of a symbol
in the `derived-from-...' case. Fixed in SVN.
Matthew