[Oorexx-devel] Reusing an instance of the .Stream class

2021-10-28 Thread J Leslie Turriff
Supposing I want to write several different files, one after another. I would use a sequence like | fileName1 = 'file1.txt' | fileStream = .Stream ~ new(fileName) | fileStream ~ open(write replace) | fileStream ~ arrayOut(someArray) | fileStream ~ close for the first file. Now, do I ha

Re: [Oorexx-devel] Question ad Apple versions

2021-10-28 Thread Mark Hessling
I have updated my M1 Mac that is used by Jenkins to Monterey, so feel free to try the build again. Everything else seems to run fine. Cheers, Mark On 29/10/21 1:16 am, P. O. Jonsson wrote: > Dear Rony, > > My advise would be to wait for the first major update release, i.e. 12.1. I > have burned

Re: [Oorexx-devel] Question ad Apple versions

2021-10-28 Thread P.O. Jonsson
> Am 28.10.2021 um 21:15 schrieb CVBruce : > > Well, I don’t think this will be popular, but I think that a lot of these > problems are caused by treating ooRexx as an application. > > To me ooRexx is a tool used to create applications, like clang, or python. > I do not think anyone disagrees

Re: [Oorexx-devel] Question ad Apple versions

2021-10-28 Thread CVBruce
Well, I don’t think this will be popular, but I think that a lot of these problems are caused by treating ooRexx as an application. To me ooRexx is a tool used to create applications, like clang, or python. I use the MacPorts package manager, and have tried Brew and fink package managers, and t

Re: [Oorexx-devel] Question ad Apple versions

2021-10-28 Thread René Jansen
Well Chip, at least Godot sent a messenger that he hoped to arrive soon. René. > On 28 Oct 2021, at 19:13, Chip Davis wrote: > > Let's hope that's a false equivalence, P.O. Godot never showed up, and > those waiting for him eventually decide to move on, but remain stuck where > they were. >

Re: [Oorexx-devel] Fwd: Regarding API samples, thoughts and suggested changes

2021-10-28 Thread Rony G. Flatscher
Checked in the first part of the  changes, cf. . The Linux API samples should work, however, the readme.txt files need proof reading. Also, the callrexx.README relates to non-existing mak-files, the Makefiles for Linux/Apple are missing. Todo: the

Re: [Oorexx-devel] Question ad Apple versions

2021-10-28 Thread Chip Davis
Let's hope that's a false equivalence, P.O.  Godot never showed up, and those waiting for him eventually decide to move on, but remain stuck where they were. -Chip- On 10/28/2021 11:16 AM, P. O. Jonsson wrote: I see no reason to wait with a release. We have been waiting for Godot long enough

Re: [Oorexx-devel] Question ad Apple versions

2021-10-28 Thread P. O. Jonsson
Dear Rony, My advise would be to wait for the first major update release, i.e. 12.1. I have burned 🔥 my fingers once to many on macOS releases. In any case I expect the changes to be for the M1 processor only. I recently upgraded the Jenkins Mac Mini to Big Sur (so it now build fat binaries).

Re: [Oorexx-devel] Question ad Apple versions

2021-10-28 Thread René Jansen
In an ideal world, some of us would be part of the Apple development program and have the time and resources to jump through the burning hoops they serve up time and again well in advance of a release. But is it not. As everything is done on a voluntary base I think the same rule goes for this

[Oorexx-devel] Question ad Apple versions

2021-10-28 Thread Rony G. Flatscher
Just got an upgrade option from BigSur 11.6 to Monterey 12.01. It seems that with each upgrade of macOS there are new "security" related crash walls erected (some things that used to work all of a sudden do not work anymore as before). Short of time wondering whether it is seen to be important t

Re: [Oorexx-devel] A crash in SysInterpreterInstance() always at the same number of invocations

2021-10-28 Thread Rony G. Flatscher
Tried for some time now to duplicate the error without Java in the picture by duplicating some of the code patterns that get applied there in c++ and an ooRexx program. However so far I was not able to recreate that crash. The only thing that I can provoke (on a Windows box with 32-bit ooRexx) i