Hi I can't tell from the doc if the following behaviour is correct or not. The clause "c = .myclass~new" raises a condition 97.1 "Object method not found" because I declare the method init private.
If I trap the error with "signal on nomethod" or "signal on syntax" then I get those infos returned by condition("o") : condition~code = 97.1 condition~message = 'a MYCLASS" does not understand message "INIT"' But if I trap the error with "signal on any", I get less informations. condition~code = .nil condition~message = .nil Since the same condition is raised in each case, I expected to have the same infos.. Tested from trunk under WinXP. Regards Jean-Louis
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel