[Pharo-project] some analyses
Hi guys if you want to help simply. Once etoy methods are removed from Morph, Object, PasteUpMorph we will not rush and remove Etoy before we need to identify in Etoy the reference made to MorphicExtras classes since some of them are etoyonly. So if you have a little script I accept it :). Stef
2008/12/1 Stéphane Ducasse <stephane.ducasse@inria.fr>:
Hi guys
if you want to help simply. Once etoy methods are removed from Morph, Object, PasteUpMorph we will not rush and remove Etoy before we need to identify in Etoy the reference made to MorphicExtras classes since some of them are etoyonly. So if you have a little script I accept it :).
do , you mean something like following: SomeClass allReferencesInMethodsDo: [:method | self assert: ( method belongsToClassThatBelongsTo: #Etoys ) ] ?
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
On 01.12.2008, at 09:39, Stéphane Ducasse wrote:
Hi guys
if you want to help simply. Once etoy methods are removed from Morph, Object, PasteUpMorph we will not rush and remove Etoy before we need to identify in Etoy the reference
made to MorphicExtras classes since some of them are etoyonly. So if you have a little script I accept it :).
In addition, we should try to hunt down more unsent messages... there are very many of those everwhere. Marcus -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
yes
Hi guys
if you want to help simply. Once etoy methods are removed from Morph, Object, PasteUpMorph we will not rush and remove Etoy before we need to identify in Etoy the reference made to MorphicExtras classes since some of them are etoyonly. So if you have a little script I accept it :).
do , you mean something like following:
SomeClass allReferencesInMethodsDo: [:method | self assert: ( method belongsToClassThatBelongsTo: #Etoys ) ]
?
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig. _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi guys
if you want to help simply. Once etoy methods are removed from Morph, Object, PasteUpMorph we will not rush and remove Etoy before we need to identify in Etoy the reference
made to MorphicExtras classes since some of them are etoyonly. So if you have a little script I accept it :).
In addition, we should try to hunt down more unsent messages... there are very many of those everwhere.
Yes but unsent messages are not wrong per se. So we should go slowly. stef
participants (3)
-
Igor Stasenko -
Marcus Denker -
Stéphane Ducasse