This method is defined as:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
addMethod: aMethodReference
        (self includesClass: aMethodReference class)
                ifTrue: [self addCoreMethod: aMethodReference]
                ifFalse: [self addExtensionMethod: aMethodReference]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

I would have expected #actualClass to be sent to aMethodReference.
This method has been written a long time ago, it probably not relevant  
to fix the bug, since method extension are handled by Monticello.

Alexandre

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to