Yes, I hate all these warning that the original compiler showed. It just slows the development down and limits the use of the language. There is really no need for the compiler to check for coding conventions, that's what Lint is for.
Lukas 2009/7/18 Stéphane Ducasse <[email protected]>: > this is strange can you show us the class definition. > > We removed the hard check that > enforced that classVariable should be capitalized and instvar starting > with a lower case. > > Lukas wrote some smallLint rules to check that > > Stef > > On Jul 17, 2009, at 9:30 PM, Cameron Sanders wrote: > >> I just loaded the code I have been developing in Pharo into Squeak >> (closure VM, using 4.10.2-7179web09.07 image base) and it had one >> complaint while loading: >> >> Squeak (seemingly) requires an initial cap on class variable names. >> [Maybe it allows it... but it popped up the debugger on an MC load.] >> >> Does Pharo allow the symbol to start with lower case by design, or was >> that act of omission? I am merely raising point to make certain it is >> an act of commission. >> >> -Cam >> >> >> _______________________________________________ >> 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 > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
