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
-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
: 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
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
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