Sept. 27, 2010
11:28 a.m.
On 27 Sep 2010, at 12:34, Igor Stasenko wrote:
Why waiting for sprint?
I guess I thought the solution was more intricate than that :-)
Implement
String>>literalEqueal: anObject
^ self == anObject
and then you have 'aaa' == 'aaa' -> false
Thanks for pointing that out to me, Igor! I created an issue for it (3006) and will see later this week if it is a good idea to change the implementation of #literalEqual: to be less liberal. Johan