Re: [Oorexx-devel] On the topic of enchaining SysFileTree...

2012-08-27 Thread Chip Davis
Historically, commands that listed files, limited the display for one reason or another. LISTFILE in CMS showed only one minidisk at a time, 'ls' in Unix (Multics?) omitted 'dot-files', TSO limited you to the low-level qualifier or a single PDS. The main reason was to save console printer/dis

Re: [Oorexx-devel] On the topic of enchaining SysFileTree...

2012-08-27 Thread Mark Miesfeld
On Mon, Aug 27, 2012 at 7:06 PM, Michael Lueck wrote: > I had to hunt around for the "developer links" to the SF site. Finally found > a static link to the RFE tracker at the ooRexx site. ( > http://www.oorexx.org/support/ ) Through the many SF redesigns, most > all of the useful links have bee

Re: [Oorexx-devel] On the topic of enchaining SysFileTree...

2012-08-27 Thread Michael Lueck
Mark Miesfeld wrote: > Opening up a RFE is the only way to get that enhancement. But, > opening up a RFE is not guaranteed to get it. I took that as a hint that a prior RFE was not on file. I had to hunt around for the "developer links" to the SF site. Finally found a static link to the RFE tra

Re: [Oorexx-devel] Publican Status

2012-08-27 Thread Mark Miesfeld
On Mon, Aug 27, 2012 at 7:02 AM, David Ashley wrote: > Well the ooDialog doc is a real bear in a tiger cage (with the tiger > still in the cage). I am only about 1/3 of the way through the files and > I am not sure I will be able to finish it this week. But I am working on > it as fast as I can.

Re: [Oorexx-devel] ooRexx V4.1.2

2012-08-27 Thread CVBruce
I have managed to create the worlds slowest ooRexx. Normally it compiles in 5 to 10 minutes. It now takes two hours and 15 minutes. most of the additional time is from running rexximage. You can time it with a sun dial. I tried running rexxcps.rex, but I ran out of patience. It's not using

Re: [Oorexx-devel] Possible problem with .nil comparisons

2012-08-27 Thread Rick McGuire
I did have good coverage, but forgot about the Integer and NumberString classes. This should be fixed now. Rick On Mon, Aug 27, 2012 at 7:25 PM, Rick McGuire wrote: > H, I thought I had complete coverage in the test cases...must have > missed one. Ok, I'll take care of it. > > Rick > > >

Re: [Oorexx-devel] Possible problem with .nil comparisons

2012-08-27 Thread Rick McGuire
H, I thought I had complete coverage in the test cases...must have missed one. Ok, I'll take care of it. Rick On Mon, Aug 27, 2012 at 7:18 PM, Mark Miesfeld wrote: > In trunk, this .nil comparison fails: > > id = 120 > do while (id \= .nil) > say id > id += 1 > if id > 125

[Oorexx-devel] Possible problem with .nil comparisons

2012-08-27 Thread Mark Miesfeld
In trunk, this .nil comparison fails: id = 120 do while (id \= .nil) say id id += 1 if id > 125 then leave end say 'out of loop, id:' id Yields: out of loop, id: 120 While the strict comparison works: id = 120 do while (id \== .nil) say id id += 1 if id > 12

Re: [Oorexx-devel] ooRexx V4.1.2

2012-08-27 Thread Mark Miesfeld
On Mon, Aug 27, 2012 at 3:38 PM, CVBruce wrote: > Has anybody been able to create a binary for ooRexx V4.1.2 for Mac OS X 10.5 > (Leopard)? > > I have not been able to get a reasonable binary to create. Hi Bruce, What problems are you having? 4.1.2 is not very different than 4.1.1. -- Mark Mi

[Oorexx-devel] ooRexx V4.1.2

2012-08-27 Thread CVBruce
Has anybody been able to create a binary for ooRexx V4.1.2 for Mac OS X 10.5 (Leopard)? I have not been able to get a reasonable binary to create. Thanks, Bruce -- Live Security Virtual Conference Exclusive live event w

[Oorexx-devel] Easier access to commit diff information.

2012-08-27 Thread Rick McGuire
I opened a ticket for the problem of the links that get included in the commit emails don't give any access to diff information ( https://sourceforge.net/p/allura/tickets/4793/ ). This appears to be a problem with sourceforge not yet running the latest Allura version, but they did give a temporary

[Oorexx-devel] Publican Status

2012-08-27 Thread David Ashley
All - Well the ooDialog doc is a real bear in a tiger cage (with the tiger still in the cage). I am only about 1/3 of the way through the files and I am not sure I will be able to finish it this week. But I am working on it as fast as I can. This document has probably 4-5 times the number of link

Re: [Oorexx-devel] publican version of the error message files

2012-08-27 Thread Rick McGuire
On Mon, Aug 27, 2012 at 9:47 AM, David Ashley wrote: > The header is not really necessary but probably should be inserted for > completeness and consistency. > Already done, after a seriously long xslt wrestling match. New versions are in trunk. Rick > > David Ashley > > On Sat, 2012-08-25 at

Re: [Oorexx-devel] publican version of the error message files

2012-08-27 Thread David Ashley
The header is not really necessary but probably should be inserted for completeness and consistency. David Ashley On Sat, 2012-08-25 at 16:32 -0400, Rick McGuire wrote: > David, > > > I'm working on having the build generate the 4 error message files for > you. I notice that the ones in the p