2010/9/13 Bart Gauquie <[email protected]>: > The error is that in the message definition: > renderSelectorAndReturnBrushForSelector: aSelector. there is a dot on the > end. > > This seems like an error in the Pharo compiler ? or not?
Actually Johan Brichau just mentioned this during his talk this morning. Gemstone's compiler is stricter than Pharo's. It's not really a bug that the parser in Pharo is more persmissive, but it's an inconvenience indeed. -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
