Comment #1 on issue 5325 by
[hidden email]: PackageInfo dependent
on deprecated MethodReference
http://code.google.com/p/pharo/issues/detail?id=5325The same problem is with MethodReference>>#asMethodDefinition (but in this
case the method is dependent on Monticello package) and with
asMCMethodDefinition from Ring-Core-Kernel.
MethodReference organization classify: #asMethodDefinition
under: 'accessing'.
MethodReference organization removeCategory: '*Monticello'.
MethodReference organization classify: #asMCMethodDefinition
under: 'accessing'.
MethodReference organization removeCategory: '*Ring-Core-Kernel'.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker