Exact! And lukas is just reporting a problem with pharo since we put a check to make sure that class instance variables are lowercase and class variable are uppecased. So Janko can you check a class instance variable named Singleton that should be named singleton.
Stef On Dec 29, 2008, at 4:55 PM, Ramon Leon wrote: >>> Yes I contacted Janko if he can fix that >> >> I can fix of course but I'm a bit surprised that in Squeak the class >> variables are supposed to be lower case. I have in mind back >> from 1996 >> that they must be uppercase. > > Janko, I'm pretty sure Lukas was talking about a class instance > variable, > not a class variable. Class instance variables should be lowercase > while > class vars are uppercase. Swazoo apparently contains a class-instance > variable that is uppercased, which regardless of the outcome of this > discussion, should probably be fixed. > > Ramon Leon > http://onsmalltalk.com > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
