Hi Alex, > When I accept methods definition in OB, I have some printout: > ERROR: SAXCModule class>>superSenderSelectors > ERROR: SAXCModule class>>overridesSelectors > ERROR: SAXCModule class>>conflictsSelectors > ERROR: SAXCModule class>>suppliedSelectors
> Maybe this is related to the dynamic protocol recently introduced > (which is an excellent thing). yes, you are right, this is caused by dynamic protocols. Those selectors you mention get sent to a class, but they are not defined on Class or Behavior. They are also not extension methods of DynamicProtocols, neither in the recent version nor in older versions. Damien, do you know where this selectors get defined? Is there an external dependency in DynamicProtocols, do we need to load something else to get these methods? David _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
