Re: [Oorexx-devel] So is ooRexx v5 source officially released?

2018-04-19 Thread Rick McGuire
It has not  been officially released yet.

Rick

On Thu, Apr 19, 2018 at 7:39 PM, Michael Lueck 
wrote:

> Greetings ooRexx'ers,
>
> So, the announcement for ooRexx v5 at the symposium... does that mean
> v5.0.0 is officially released?
>
> If so, how should I modify my svn check out syntax to pull only the
> official release, not the latest?
>
> svn co https://svn.code.sf.net/p/oorexx/code-0/test/trunk .
>
> Then I will begin building and testing Ubuntu packages.
>
> I am thankful,
>
> --
> Michael Lueck
> Lueck Data Systems
> http://www.lueckdatasystems.com/
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] So is ooRexx v5 source officially released?

2018-04-19 Thread Michael Lueck

Greetings ooRexx'ers,

So, the announcement for ooRexx v5 at the symposium... does that mean v5.0.0 is 
officially released?

If so, how should I modify my svn check out syntax to pull only the official 
release, not the latest?

svn co https://svn.code.sf.net/p/oorexx/code-0/test/trunk .

Then I will begin building and testing Ubuntu packages.

I am thankful,

--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Address With progress

2018-04-19 Thread Rick McGuire
On Thu, Apr 19, 2018 at 1:21 PM, Erich Steinböck  wrote:

> I just committed the Unix implementation of a redirecting system command
> handler, that passes all tests in (an updated) ADDRESS.testGroup.
>
> It handles OUTPUT in the main thread, and INPUT and ERROR in additional
> threads when required. (Handling OUTPUT in the main thread will allow Rexx
> code to get concurrent progress information for long running commands;
> ERROR information becomes available only after the ERROR thread ends).
>
> Redirection is available for all Unix environments - with the update we
> now have sh, bsh, csh, bash, ksh, tcsh, zsh.
> Redirection is also available for the direct, no-shell environment (now
> called "path" instead of "noshell" which is the same name as Regina uses)
>
> Known issues (=segfaults)
> This segfaults, but I have no idea why.  doesn't have to exist.
> rexx -e "'rexx '"
>

Unable to reproduce this on windows.

>
> This segfaults (I confused the empty() method with the delete() method )
> rexx -e "q = .RexxQueue~new('qfault'); q~delete; address '' 'echo 123'
> with output using (q)"
>

Just committed a fix for this one.

>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Address With progress

2018-04-19 Thread Erich Steinböck
I just committed the Unix implementation of a redirecting system command
handler, that passes all tests in (an updated) ADDRESS.testGroup.

It handles OUTPUT in the main thread, and INPUT and ERROR in additional
threads when required. (Handling OUTPUT in the main thread will allow Rexx
code to get concurrent progress information for long running commands;
ERROR information becomes available only after the ERROR thread ends).

Redirection is available for all Unix environments - with the update we now
have sh, bsh, csh, bash, ksh, tcsh, zsh.
Redirection is also available for the direct, no-shell environment (now
called "path" instead of "noshell" which is the same name as Regina uses)

Known issues (=segfaults)
This segfaults, but I have no idea why.  doesn't have to exist.
rexx -e "'rexx '"

This segfaults (I confused the empty() method with the delete() method )
rexx -e "q = .RexxQueue~new('qfault'); q~delete; address '' 'echo 123' with
output using (q)"
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel