Re: [Oorexx-devel] RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread Gilbert Barmwater
This project started many years ago - the earliest file I have located was dated 21 Sept. 2009 - and was initially only concerned with converting one type of ordered collection to another.  Each of the four classes - array, list, queue and circularQueue - provided a different "view" of a sequen

Re: [Oorexx-devel] RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread Rony G. Flatscher
Hi Gil, here the ticket: In the meantime I added a target of "5.2.0" to the bug and the rfe trackers. ---rony On 10.03.2025 18:00, Rony G. Flatscher wrote: Hi Gil, On 09.03.2025 14:45, Gilbert Barmwater wrote: Many years ago, I saw

Re: [Oorexx-devel] Links for ooRexx to test some older programs (Re: RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread J Leslie Turriff via Oorexx-devel
Um...both your links point to 5.0.0? Leslie On 2025-03-11 15:21:25 Rony G. Flatscher wrote: > Hi Michael, > > On 10.03.2025 20:44, Michael Lueck wrote: > > Rony G. Flatscher wrote: > >> Hi Michael, > >> > >> could you please run your programs against 5.0.0 or 5.1.0 and report > >> about y

[Oorexx-devel] Fwd: Jenkins unavailable until further notice

2025-03-11 Thread ooRexx
Jenkins is available again now, I apologize for the long delay turning it on again. Hälsningar/Regards/Grüsse, ooRexx oor...@jonases.se > Anfang der weitergeleiteten Nachricht: > > Von: ooRexx > Betreff: Jenkins unavailable until further notice > Datum: 11. März 2025 um 11:22:27 MEZ > An: O

[Oorexx-devel] Links for ooRexx to test some older programs (Re: RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread Rony G. Flatscher
Hi Michael, On 10.03.2025 20:44, Michael Lueck wrote: Rony G. Flatscher wrote: Hi Michael, could you please run your programs against 5.0.0 or 5.1.0 and report about your findings? (It may be the case that the slowness you report has gone.) Certainly! I currently have this build on my ma

Re: [Oorexx-devel] Failing tests on Jenkins

2025-03-11 Thread Rony G. Flatscher
Hi P.O., please forget my previous post, there was a stupid error in the test that caused the error: while testing the single test unit the current directory was the same in which the testfiles got created, when run under the test suite the current directory may be different hence one must alwa

Re: [Oorexx-devel] RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread Rony G. Flatscher
Hi Gil, On 09.03.2025 14:45, Gilbert Barmwater wrote: Many years ago, I saw the same need but in a more general context, converting an instance of an ordered collection to a different collection type.  And, yes, I know that stems are NOT ordered collections! The .list, .queue, .circularqueu

[Oorexx-devel] #1251 crash setWindowPos

2025-03-11 Thread ooRexx
This bug report is owned by Mark Miesfeld and related to ooDialog. Maybe some Windows user can have a Quick Look and see if the problem is still there or if not, close it (as it was related to 4.2.3) Hälsningar/Regards/Grüsse, ooRexx oor...@jonases.se

Re: [Oorexx-devel] #1251 crash setWindowPos

2025-03-11 Thread Gilbert Barmwater
I suggest that Steffan be contacted and then just close the ticket unless he can replicate the problem on today's code base. Gil On 3/10/2025 5:49 PM, Sahananda wrote: No one was able to replicate this problem.  Staffan who posted it experienced it irregularly and Mark could not experience it a

Re: [Oorexx-devel] RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread Gilbert Barmwater
On 3/10/2025 1:00 PM, Rony G. Flatscher wrote: Hi Gil, On 09.03.2025 14:45, Gilbert Barmwater wrote: Many years ago, I saw the same need but in a more general context, converting an instance of an ordered collection to a different collection type.  And, yes, I know that stems are NOT ordere

Re: [Oorexx-devel] Failing tests on Jenkins

2025-03-11 Thread Rony G. Flatscher
Hi P.O., fixed with [r12935]. Cheers ---rony On 10.03.2025 18:00, Rony G. Flatscher wrote: Hi P.O., please forget my previous post, there was a stupid error in the test that caused the error: while testing the single test unit the current directory was the same in which the testfiles got

[Oorexx-devel] #1827 13 Sample files missing shebang

2025-03-11 Thread ooRexx
I mistakenly took ownership of this bug report but then have not managed to solve it, it involves changes to CMakeLists.txt beyond my knowledge. Does anyone want to have a go at it or should I mark it as “Won’t Fix” ? The title explains what it is about. Hälsningar/Regards/Grüsse, ooRexx oor...

Re: [Oorexx-devel] Failing tests on Jenkins

2025-03-11 Thread P. O. Jonsson
Sorry not failing builds just failing tests Von meinem iPhone gesendet P.O. Jonsson > Am 10.03.2025 um 09:02 schrieb P.O. Jonsson : > > A recent commit created failing builds on many/most platforms, here Ubuntu > > Started by an SCM change > Running as SYSTEM > Building on the built-in node

Re: [Oorexx-devel] #269 Documentation of REXXC misses distinction between OSes

2025-03-11 Thread Rony G. Flatscher
On 10.03.2025 18:30, ooRexx wrote: This was a documentation bug report I filed for 5.0.0 that has not been dealt with then or since. It does not have an owner and no work has been done on it. what do we do with this (and similar cases), do we just bump up the milestone? This may have been fixe

[Oorexx-devel] #269 Documentation of REXXC misses distinction between OSes

2025-03-11 Thread ooRexx
This was a documentation bug report I filed for 5.0.0 that has not been dealt with then or since. It does not have an owner and no work has been done on it. what do we do with this (and similar cases), do we just bump up the milestone? Hälsningar/Regards/Grüsse, ooRexx oor...@jonases.se _

Re: [Oorexx-devel] RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread Rony G. Flatscher
Hi Josep Maria, On 09.03.2025 14:40, Josep Maria Blasco wrote: Missatge de Rony G. Flatscher del dia dg., 9 de març 2025 a les 14:04: (cut) 1a) In order to create an ooRexx array from a stem array the following method should be added to the stem class: makeArray

Re: [Oorexx-devel] #1251 crash setWindowPos

2025-03-11 Thread Sahananda
+1 That works for me. Jon On Tue, 11 Mar 2025 at 09:55, ooRexx wrote: > I could find Staffan Tylén on X but do not have an account so I could not > contact him. > > The problem arose 10 years ago and nothing will be the same (different OS, > HW, Codebase etc) trying to go after this bug so if

Re: [Oorexx-devel] RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread Gilbert Barmwater
Thanks for the interest in my approach.  My plan is to post the code - two class methods, both named 'from' - to this list with a better description of where they are added and some examples of how one might use this functionality.  I'm hoping to do so later today depending on the time I have a

Re: [Oorexx-devel] RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread Rick McGuire
There is already precedent for methods for doing conversions to another type of object. For example, .array has both toString() and makeString(). makeString() is there for the request() method contract and just calls toString() to do the heavy lifting. Make as a prefix should be confined to method

Re: [Oorexx-devel] #1251 crash setWindowPos

2025-03-11 Thread Gilbert Barmwater
+1 On 3/11/2025 8:06 AM, Sahananda wrote: +1 That works for me. Jon On Tue, 11 Mar 2025 at 09:55, ooRexx wrote: I could find Staffan Tylén on X but do not have an account so I could not contact him. The problem arose 10 years ago and nothing will be the same (different OS,

Re: [Oorexx-devel] RFC: suggesting new methods for .Stem and .Array

2025-03-11 Thread Josep Maria Blasco
Hi Rony, Missatge de Rony G. Flatscher del dia dl., 10 de març 2025 a les 17:44: > Hi Josep Maria, > On 09.03.2025 14:40, Josep Maria Blasco wrote: > > Missatge de Rony G. Flatscher del dia dg., 9 de > març 2025 a les 14:04: > (cut) > >> 1a) In order to create an ooRexx array from a stem array

Re: [Oorexx-devel] #1251 crash setWindowPos

2025-03-11 Thread ooRexx
I could find Staffan Tylén on X but do not have an account so I could not contact him. The problem arose 10 years ago and nothing will be the same (different OS, HW, Codebase etc) trying to go after this bug so if no-one have his Email I think it is safe to just close it as a won’t-fix? If the

[Oorexx-devel] Jenkins unavailable until further notice

2025-03-11 Thread ooRexx
I will be doing some tests today so please do not commit any changes until I have done the test, ok? Hopefully ready in 4 hours or so. Hälsningar/Regards/Grüsse, ooRexx oor...@jonases.se ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.n