[Pharo-project] Assignment operator in new core packages
Classes like "SHA1" (now included in core) use _ again instead of := Shouldnt we clean up such packages? Thx T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
Isn't there a test case for this, or similar coding customs? In my day job we have some, and they are most useful for detecting misses like that. If anyone thinks it's a good idea I could write one, then this kind of problem shouldn't turn up again the future. -- Cheers, Peter 2009/9/30 Torsten Bergmann <astares@gmx.de>
Classes like "SHA1" (now included in core) use _ again instead of :=
Shouldnt we clean up such packages?
Thx T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
lukas implemented a smallLint rule that convert all the code. We run it in the past and we should run it again. stef On Sep 30, 2009, at 11:04 AM, Peter Hugosson-Miller wrote:
Isn't there a test case for this, or similar coding customs? In my day job we have some, and they are most useful for detecting misses like that.
If anyone thinks it's a good idea I could write one, then this kind of problem shouldn't turn up again the future.
-- Cheers, Peter
2009/9/30 Torsten Bergmann <astares@gmx.de> Classes like "SHA1" (now included in core) use _ again instead of :=
Shouldnt we clean up such packages?
Thx T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
We should actually run them every night and post the results in the list :-) Lukas 2009/9/30 Stéphane Ducasse <stephane.ducasse@inria.fr>:
lukas implemented a smallLint rule that convert all the code. We run it in the past and we should run it again.
stef
On Sep 30, 2009, at 11:04 AM, Peter Hugosson-Miller wrote:
Isn't there a test case for this, or similar coding customs? In my day job we have some, and they are most useful for detecting misses like that.
If anyone thinks it's a good idea I could write one, then this kind of problem shouldn't turn up again the future.
-- Cheers, Peter
2009/9/30 Torsten Bergmann <astares@gmx.de> Classes like "SHA1" (now included in core) use _ again instead of :=
Shouldnt we clean up such packages?
Thx T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
participants (4)
-
Lukas Renggli -
Peter Hugosson-Miller -
Stéphane Ducasse -
Torsten Bergmann