Re: [Oorexx-devel] Looking further into instanceMethods for class and non-class objects, not all class methods reported?

2024-08-15 Thread Rony G. Flatscher
On 15.08.2024 15:38, Rick McGuire wrote: On Thu, Aug 15, 2024 at 8:05 AM Rony G. Flatscher wrote: ... cut ... I'm not seeing anything that appears to be missing from .String~instancemethods, so I'm not seeing any problem here. Oops, you are right, there was a coding error (corrected cod

Re: [Oorexx-devel] Looking further into instanceMethods for class and non-class objects, not all class methods reported?

2024-08-15 Thread Rick McGuire
On Thu, Aug 15, 2024 at 8:05 AM Rony G. Flatscher wrote: > It seems that "instanceMethods", without a class_object argument, does not > return all the class methods that are available to the receiving class > object (whereas it returns correctly all the instance methods in the case > of instances

[Oorexx-devel] Looking further into instanceMethods for class and non-class objects, not all class methods reported?

2024-08-15 Thread Rony G. Flatscher
It seems that "instanceMethods", without a class_object argument, does not return all the class methods that are available to the receiving class object (whereas it returns correctly all the instance methods in the case of instances). The following code will invoke the routine "testInstanceMeth