WideString instance asSymbol is broken

David T. Lewis lewis at mail.msen.com
Sat Aug 5 13:47:07 UTC 2006


On Sat, Aug 05, 2006 at 01:05:27AM -0700, John M McIntosh wrote:
> 'foo' asWideString asSymbol = #foo  -> false
> 'foo' asWideString asSymbol class = #foo class -> true
> 
> have fun....
> 
> I'll open a mantis report unless someone can talk me out of it.

On Squeak 3.9 #6665, we have:

'foo' asWideString asSymbol = #foo -> true
'foo' asWideString asSymbol class = #foo class -> true

Maybe something already got fixed.

Dave




More information about the Squeak-dev mailing list