Re: [Oorexx-devel] Probably a fix (Re: Further observations (Re: Some new insights (Re: Some observations and a test program ... (Re: Request for fixing crash reported in bug item #1872

2025-08-11 Thread Rony G. Flatscher
The builds and tests with the commit incorporated run as before, there are no crashes that have been observed. Hence I will update the related tracker items. ---rony On 11.08.2025 14:25, Rony G. Flatscher wrote: This patch makes the crashes go away with the test program: Index: interpre

Re: [Oorexx-devel] Latest changes

2025-08-11 Thread Rony G. Flatscher
-bit 6.05 31 Mar 2025 OS Name:            DARWIN SysVersion:         Darwin 24.6.0 Tests ran:          23983 Assertions:         355128 Failures:           2 Errors:             0 [failure] 20250811 23:35:10.807339   Test:   TEST_BUG_2008_2   Class:  ARG.testGroup   File:   .../ooRexx/base/bif

[Oorexx-devel] Latest changes

2025-08-11 Thread oorexx
: 23983 Assertions: 355128 Failures: 2 Errors: 0 [failure] 20250811 23:35:10.807339 Test: TEST_BUG_2008_2 Class: ARG.testGroup File: .../ooRexx/base/bif/ARG.testGroup Line: -1 Failed: expectSyntax Expected: SYNTAX 40.14 Actual: Not raised

[Oorexx-devel] Probably a fix (Re: Further observations (Re: Some new insights (Re: Some observations and a test program ... (Re: Request for fixing crash reported in bug item #1872

2025-08-11 Thread Rony G. Flatscher
This patch makes the crashes go away with the test program: Index: interpreter/concurrency/ActivityManager.cpp === --- interpreter/concurrency/ActivityManager.cpp (revision 13003) +++ interpreter/concurrency/Activity

Re: [Oorexx-devel] ooRexx and callbacks

2025-08-11 Thread Rony G. Flatscher
On 10.08.2025 21:22, tango foxtrot wrote: It's my understanding that the oorexx  C++ api can be used to implement callbacks (where the SAA interface did not).  Is this true?  If so, can anyone point me to some samples? Yes! You may want to consult the ooRexx book rexxapi.pdf. This is what y