Comment #1 on issue 5977 by
[hidden email]: Rpackage may not
handle well method removal in traits
http://code.google.com/p/pharo/issues/detail?id=5977In the system integration, RPackage is doing something like
aMethod isProvidedByTrait ifTrue: [ ^self ].
What has sense if the method is not provided by a trait. But if it is a
trait method it ends up in not adding nor removing it...
I propose to change that check by something like
aMethod origin = ann itemClass ifFalse: [ ^self ].
I'll provide an slice
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker