On Jun 7, 2010, at 1:32 AM, Germán Leiva wrote:
Hi,
I have a doubt ...
why in Pharo 1.0
Smalltalk class == SystemDictionary
and in Pharo 1.1
Smalltalk class == SmalltalkImage?
Yes this is normal now Smalltalk globals class == SystemDictionary
Looking at the issue tracker (thanks Carla): We should make
- Smalltalk pointing to SmalltalkImage current - have SystemDictionary only having classbindings management. and Smalltalk globals pointing to SystemDictionary instance.
this is done. which entry is that?
This way we finish the refactoring started long time ago. We should have a look at the way this was done in Squeak so that we get the same compatible for now solution.
What's involved in the refactoring started long time ago and what's the motivation for it?
Cheers -- Germán Leiva LeivaGerman@gmail.com _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project