Nov. 30, 2009
6:27 p.m.
In trunk, Array still print #( ) if literal or {} if non literal. The difference with Pharo is that anArray() form has been abandonned. In Pharo, {} or anArray() is triggered by #isSelfEvaulating.
ok I see. Lot of "features" from simple changes :)
Dictionary>>keys return an array instead of a set. Nicolas does this bring some speed up, lukas thought so.
Yes, the two advantages: - speed up - uniform behavior keys - values
The drawback: - a few packages will require a #asSet here and there (keys asSet) (I estimate about 5% of senders)
Ok we should integrate this one.
Yes, it was proposed first in Pharo and is in already Pharo.
Nicolas
Thanks nicolas.