> > 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
