Re: [Oorexx-devel] Question ad setting scope of a MethodClass object

2020-08-06 Thread Rony G. Flatscher
Patch and test scripts with . ---rony On 06.08.2020 16:30, Rony G. Flatscher wrote: > > O.K., I think I found a solution that works, will post the changes as a patch > with a new bug > tracker item. > > ---rony > > > On 06.08.2020 14:03, Rony G. Flat

Re: [Oorexx-devel] Question ad setting scope of a MethodClass object

2020-08-06 Thread Rony G. Flatscher
O.K., I think I found a solution that works, will post the changes as a patch with a new bug tracker item. ---rony On 06.08.2020 14:03, Rony G. Flatscher wrote: > > Attached please find the patch that makes method's newFile work with compiled > Rexx scripts, but > has a problem at runtime when

Re: [Oorexx-devel] Question ad setting scope of a MethodClass object

2020-08-06 Thread Rony G. Flatscher
Attached please find the patch that makes method's newFile work with compiled Rexx scripts, but has a problem at runtime when trying to invoke a method that got restored from the compiled form. ---rony On 06.08.2020 13:54, Rony G. Flatscher wrote: > > As a first step I have been trying to corr

[Oorexx-devel] Question ad setting scope of a MethodClass object

2020-08-06 Thread Rony G. Flatscher
As a first step I have been trying to correct the code to accept compiled Rexx scripts as method code (using the .method's newFile). This seems to have been successful, decoding now works. However, when assigning the method object to a class and then sending an object of that class the message