Very strange bug on Streams and probably compiler

Alexandre Jasmin alex at R4p70r.net
Wed Feb 14 17:43:39 UTC 2007


> 
> 'test' == 'test'                        => true
> 'test' == #test asString       => false
> 


| str1 str2 |
str1 := 'abc'.
str2 := 'abc'.
str1 at: 1 put: $x.
self assert: [str2 = 'xbc'] "pass"




More information about the Squeak-dev mailing list