[Oorexx-devel] Revision 11929/11928

2019-10-10 Thread Enrico Sorichetti via Oorexx-devel

Unfortunately … on Fedora 30

Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
OS Name:LINUX
SysVersion: Linux 5.2.9-200.fc30.x86_64

Tests ran:  22869
Assertions: 373835
Failures:   2
Errors: 0

[failure] [20191010 13:42:22.723626]
  svn:r11905   Change date: 2019-07-31 15:06:45 -0400
  Test:   TESTERROR16
  Class:  DateFormatter.testGroup
  File:   .../ooRexx/extensions/dateparser/DateFormatter.testGroup
  Line:   -1
  Failed: expectSyntax
Expected: SYNTAX 88.932
Actual:   Not raised

[failure] [20191010 13:42:23.205377]
  svn:r11336   Change date: 2017-12-03 11:45:10 +
  Test:   TESTCLASSFAMILIES
  Class:  rxregexp.testGroup
  File:   .../ooRexx/extensions/rxregexp/rxregexp.testGroup
  Line:   665
  Failed: assertFalse
Expected: [0]
Actual:   [[1], identityHash="-140212932257393"]
Message:  Checking excluded character ? ('AA'x) using [:lower:]

Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
OS Name:LINUX
SysVersion: Linux 5.2.9-200.fc30.x86_64

Tests ran:  22869
Assertions: 373835
Failures:   2
Errors: 0


Enrico


___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Revision 11929/11928

2019-10-10 Thread Rick McGuire
I suspect you are using an out-of-date version of DateFormatter.testGroup.
The test line in question in that file should be:

.DateFormatter~format(.datetime~new, "-z")

The older version had "-" as the template, which is no longer an error.

Rick



On Thu, Oct 10, 2019 at 9:47 AM Enrico Sorichetti via Oorexx-devel <
oorexx-devel@lists.sourceforge.net> wrote:

>
> Unfortunately … on Fedora 30
>
> Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
> OS Name:LINUX
> SysVersion: Linux 5.2.9-200.fc30.x86_64
>
> Tests ran:  22869
> Assertions: 373835
> Failures:   2
> Errors: 0
>
> [failure] [20191010 13:42:22.723626]
>   svn:r11905   Change date: 2019-07-31 15:06:45 -0400
>   Test:   TESTERROR16
>   Class:  DateFormatter.testGroup
>   File:   .../ooRexx/extensions/dateparser/DateFormatter.testGroup
>   Line:   -1
>   Failed: expectSyntax
> Expected: SYNTAX 88.932
> Actual:   Not raised
>
> [failure] [20191010 13:42:23.205377]
>   svn:r11336   Change date: 2017-12-03 11:45:10 +
>   Test:   TESTCLASSFAMILIES
>   Class:  rxregexp.testGroup
>   File:   .../ooRexx/extensions/rxregexp/rxregexp.testGroup
>   Line:   665
>   Failed: assertFalse
> Expected: [0]
> Actual:   [[1], identityHash="-140212932257393"]
> Message:  Checking excluded character ? ('AA'x) using [:lower:]
>
> Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
> OS Name:LINUX
> SysVersion: Linux 5.2.9-200.fc30.x86_64
>
> Tests ran:  22869
> Assertions: 373835
> Failures:   2
> Errors: 0
>
>
> Enrico
>
>
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Revision 11929/11928

2019-10-10 Thread Enrico Sorichetti via Oorexx-devel
To be sure I restarted from scratch
Even if I was VERY SURE that I was running from UP TO DATE repositories

Unfortunately … 


The test suite 

[vagrant@localhost ooRexx.testSuite]$ svn status
?   address-with.tmp
?   ooRexx/base/class/directory_exist
[vagrant@localhost ooRexx.testSuite]$ svn info
Path: .
Working Copy Root Path: /opt/ooRexx.testSuite
URL: https://svn.code.sf.net/p/oorexx/code-0/test/trunk
Relative URL: ^/test/trunk
Repository Root: https://svn.code.sf.net/p/oorexx/code-0
Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
Revision: 11929
Node Kind: directory
Schedule: normal
Last Changed Author: erich_st
Last Changed Rev: 11928
Last Changed Date: 2019-10-08 14:27:36 + (Tue, 08 Oct 2019)



The sources 


[vagrant@localhost ooRexx.svn]$ svn status
[vagrant@localhost ooRexx.svn]$ svn info  
Path: .
Working Copy Root Path: /opt/ooRexx.svn
URL: https://svn.code.sf.net/p/oorexx/code-0/main/trunk
Relative URL: ^/main/trunk
Repository Root: https://svn.code.sf.net/p/oorexx/code-0
Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
Revision: 11929
Node Kind: directory
Schedule: normal
Last Changed Author: erich_st
Last Changed Rev: 11929
Last Changed Date: 2019-10-08 14:30:58 + (Tue, 08 Oct 2019)



The
 
ooRexx/extensions/dateparser/DateFormatter.testGroup



::method testError16
  self~expectSyntax(88.932)
  .DateFormatter~format(.datetime~new, "-z")

As it should 

Enrico


> On 10 Oct 2019, at 15:57, Rick McGuire  wrote:
> 
> I suspect you are using an out-of-date version of DateFormatter.testGroup. 
> The test line in question in that file should be:
> 
> .DateFormatter~format(.datetime~new, "-z")
> The older version had "-" as the template, which is no longer an 
> error. 
> Rick
> 
> 
> On Thu, Oct 10, 2019 at 9:47 AM Enrico Sorichetti via Oorexx-devel 
>  <mailto:oorexx-devel@lists.sourceforge.net>> wrote:
> 
> Unfortunately … on Fedora 30
> 
> Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
> OS Name:LINUX
> SysVersion: Linux 5.2.9-200.fc30.x86_64
> 
> Tests ran:      22869
> Assertions: 373835
> Failures:   2
> Errors: 0
> 
> [failure] [20191010 13:42:22.723626]
>   svn:r11905   Change date: 2019-07-31 15:06:45 -0400
>   Test:   TESTERROR16
>   Class:  DateFormatter.testGroup
>   File:   .../ooRexx/extensions/dateparser/DateFormatter.testGroup
>   Line:   -1
>   Failed: expectSyntax
> Expected: SYNTAX 88.932
> Actual:   Not raised
> 
> [failure] [20191010 13:42:23.205377]
>   svn:r11336   Change date: 2017-12-03 11:45:10 +
>   Test:   TESTCLASSFAMILIES
>   Class:  rxregexp.testGroup
>   File:   .../ooRexx/extensions/rxregexp/rxregexp.testGroup
>   Line:   665
>   Failed: assertFalse
> Expected: [0]
> Actual:   [[1], identityHash="-140212932257393"]
> Message:  Checking excluded character ? ('AA'x) using [:lower:]
> 
> Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
> OS Name:LINUX
> SysVersion: Linux 5.2.9-200.fc30.x86_64
> 
> Tests ran:  22869
> Assertions: 373835
> Failures:   2
> Errors: 0
> 
> 
> Enrico
> 
> 
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net <mailto:Oorexx-devel@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel 
> <https://lists.sourceforge.net/lists/listinfo/oorexx-devel>
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Revision 11929/11928

2019-10-10 Thread P.O. Jonsson
Also the mac build on the Jenkins server has the same issue, I think this issue 
was solved and came back again? Can someone have a look? Win 64 test passes on 
Jenkins, all other jobs are running r11930

Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
OS Name:DARWIN
SysVersion: Darwin 18.7.0

Tests ran:  23647
Assertions: 376672
Failures:   1
Errors: 0

[failure] [20191010 17:37:07.035341]
  svn:r11336   Change date: 2017-12-03 12:45:10 +0100
  Test:   TESTCLASSFAMILIES
  Class:  rxregexp.testGroup
  File:   .../ooRexx/extensions/rxregexp/rxregexp.testGroup
  Line:   665
  Failed: assertFalse
Expected: [0]
Actual:   [[1], identityHash="-4528780897"]
Message:  Checking excluded character � ('AA'x) using [:lower:]

File search:00:00:01.366243
Suite construction: 00:00:01.131951
Test execution: 00:03:36.342012
Total time: 00:03:39.013680

Build step 'Execute shell' marked build as failure


Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se




> Am 10.10.2019 um 16:34 schrieb Enrico Sorichetti via Oorexx-devel 
> :
> 
> To be sure I restarted from scratch
> Even if I was VERY SURE that I was running from UP TO DATE repositories
> 
> Unfortunately … 
> 
> 
> The test suite 
> 
> [vagrant@localhost ooRexx.testSuite]$ svn status
> ?   address-with.tmp
> ?   ooRexx/base/class/directory_exist
> [vagrant@localhost ooRexx.testSuite]$ svn info
> Path: .
> Working Copy Root Path: /opt/ooRexx.testSuite
> URL: https://svn.code.sf.net/p/oorexx/code-0/test/trunk 
> <https://svn.code.sf.net/p/oorexx/code-0/test/trunk>
> Relative URL: ^/test/trunk
> Repository Root: https://svn.code.sf.net/p/oorexx/code-0 
> <https://svn.code.sf.net/p/oorexx/code-0>
> Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
> Revision: 11929
> Node Kind: directory
> Schedule: normal
> Last Changed Author: erich_st
> Last Changed Rev: 11928
> Last Changed Date: 2019-10-08 14:27:36 + (Tue, 08 Oct 2019)
> 
> 
> 
> The sources 
> 
> 
> [vagrant@localhost ooRexx.svn]$ svn status
> [vagrant@localhost ooRexx.svn]$ svn info  
> Path: .
> Working Copy Root Path: /opt/ooRexx.svn
> URL: https://svn.code.sf.net/p/oorexx/code-0/main/trunk 
> <https://svn.code.sf.net/p/oorexx/code-0/main/trunk>
> Relative URL: ^/main/trunk
> Repository Root: https://svn.code.sf.net/p/oorexx/code-0 
> <https://svn.code.sf.net/p/oorexx/code-0>
> Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
> Revision: 11929
> Node Kind: directory
> Schedule: normal
> Last Changed Author: erich_st
> Last Changed Rev: 11929
> Last Changed Date: 2019-10-08 14:30:58 + (Tue, 08 Oct 2019)
> 
> 
> 
> The
>  
> ooRexx/extensions/dateparser/DateFormatter.testGroup
> 
> 
> 
> ::method testError16
>   self~expectSyntax(88.932)
>   .DateFormatter~format(.datetime~new, "-z")
> 
> As it should 
> 
> Enrico
> 
> 
>> On 10 Oct 2019, at 15:57, Rick McGuire > <mailto:object.r...@gmail.com>> wrote:
>> 
>> I suspect you are using an out-of-date version of DateFormatter.testGroup. 
>> The test line in question in that file should be:
>> 
>> .DateFormatter~format(.datetime~new, "-z")
>> The older version had "-" as the template, which is no longer an 
>> error. 
>> Rick
>> 
>> 
>> On Thu, Oct 10, 2019 at 9:47 AM Enrico Sorichetti via Oorexx-devel 
>> > <mailto:oorexx-devel@lists.sourceforge.net>> wrote:
>> 
>> Unfortunately … on Fedora 30
>> 
>> Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
>> OS Name:LINUX
>> SysVersion: Linux 5.2.9-200.fc30.x86_64
>> 
>> Tests ran:  22869
>> Assertions:     373835
>> Failures:   2
>> Errors: 0
>> 
>> [failure] [20191010 13:42:22.723626]
>>   svn:r11905   Change date: 2019-07-31 15:06:45 -0400
>>   Test:   TESTERROR16
>>   Class:  DateFormatter.testGroup
>>   File:   .../ooRexx/extensions/dateparser/DateFormatter.testGroup
>>   Line:   -1
>>   Failed: expectSyntax
>> Expected: SYNTAX 88.932
>> Actual:   Not raised
>> 
>> [failure] [20191010 13:42:23.205377]
>>   svn:r11336   Change date: 2017-12-03 11:45:10 +
>>   Test:   TESTCLASSFAMILIES
>>   Class:  rxregexp.testGroup
>>   File:   .../ooRexx/extensions/rxregexp/rxregexp.testGroup
>>   Line:   665
>>   Failed: assertFalse
>> Expected: [0]
>> Actual:   [[1], identityHash="-140212932257393"]
>> M

Re: [Oorexx-devel] Revision 11929/11928

2019-10-10 Thread P.O. Jonsson
Sorry, my last mail was not intended for the list but for Enrico, please ignore.

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se

___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Revision 11929/11928

2019-10-10 Thread P.O. Jonsson
Hello Enrico, indeed make was missing, I now have a running installation on 
Fedora 29. BUT the executable is not rexx but rexx-oorexx

[osboxes@localhost oorexxBuild]$ rexx -v
bash: rexx: command not found...
Install package 'oorexx' to provide command 'rexx'? [N/y] N

[osboxes@localhost oorexxBuild]$ rexx-oorexx -v
Open Object Rexx Version 5.0.0 r11930
Build date: Oct 10 2019
Addressing mode: 64
Copyright (c) 1995, 2004 IBM Corporation. All rights reserved.
Copyright (c) 2005-2019 Rexx Language Association. All rights reserved.
This program and the accompanying materials are made available under the terms
of the Common Public License v1.0 which accompanies this distribution or at
http://www.oorexx.org/license.html

There is an installation package for rexx BUT that is 4.2, I spent quite some 
time to remove it manually. Is there an „uninstall“ feature in Fedora?

Is this a mistake in my build or do you also have rexx-oorexx as an executable?

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se




> Am 10.10.2019 um 16:34 schrieb Enrico Sorichetti via Oorexx-devel 
> :
> 
> To be sure I restarted from scratch
> Even if I was VERY SURE that I was running from UP TO DATE repositories
> 
> Unfortunately … 
> 
> 
> The test suite 
> 
> [vagrant@localhost ooRexx.testSuite]$ svn status
> ?   address-with.tmp
> ?   ooRexx/base/class/directory_exist
> [vagrant@localhost ooRexx.testSuite]$ svn info
> Path: .
> Working Copy Root Path: /opt/ooRexx.testSuite
> URL: https://svn.code.sf.net/p/oorexx/code-0/test/trunk 
> <https://svn.code.sf.net/p/oorexx/code-0/test/trunk>
> Relative URL: ^/test/trunk
> Repository Root: https://svn.code.sf.net/p/oorexx/code-0 
> <https://svn.code.sf.net/p/oorexx/code-0>
> Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
> Revision: 11929
> Node Kind: directory
> Schedule: normal
> Last Changed Author: erich_st
> Last Changed Rev: 11928

> Last Changed Date: 2019-10-08 14:27:36 + (Tue, 08 Oct 2019)
> 
> 
> 
> The sources 
> 
> 
> [vagrant@localhost ooRexx.svn]$ svn status
> [vagrant@localhost ooRexx.svn]$ svn info  
> Path: .
> Working Copy Root Path: /opt/ooRexx.svn
> URL: https://svn.code.sf.net/p/oorexx/code-0/main/trunk 
> <https://svn.code.sf.net/p/oorexx/code-0/main/trunk>
> Relative URL: ^/main/trunk
> Repository Root: https://svn.code.sf.net/p/oorexx/code-0 
> <https://svn.code.sf.net/p/oorexx/code-0>
> Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
> Revision: 11929
> Node Kind: directory
> Schedule: normal
> Last Changed Author: erich_st
> Last Changed Rev: 11929
> Last Changed Date: 2019-10-08 14:30:58 + (Tue, 08 Oct 2019)
> 
> 
> 
> The
>  
> ooRexx/extensions/dateparser/DateFormatter.testGroup
> 
> 
> 
> ::method testError16
>   self~expectSyntax(88.932)
>   .DateFormatter~format(.datetime~new, "-z")
> 
> As it should 
> 
> Enrico
> 
> 
>> On 10 Oct 2019, at 15:57, Rick McGuire > <mailto:object.r...@gmail.com>> wrote:
>> 
>> I suspect you are using an out-of-date version of DateFormatter.testGroup. 
>> The test line in question in that file should be:
>> 
>> .DateFormatter~format(.datetime~new, "-z")
>> The older version had "-" as the template, which is no longer an 
>> error. 
>> Rick
>> 
>> 
>> On Thu, Oct 10, 2019 at 9:47 AM Enrico Sorichetti via Oorexx-devel 
>> > <mailto:oorexx-devel@lists.sourceforge.net>> wrote:
>> 
>> Unfortunately … on Fedora 30
>> 
>> Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
>> OS Name:LINUX
>> SysVersion: Linux 5.2.9-200.fc30.x86_64
>> 
>> Tests ran:  22869
>> Assertions: 373835
>> Failures:   2
>> Errors: 0
>> 
>> [failure] [20191010 13:42:22.723626]
>>   svn:r11905   Change date: 2019-07-31 15:06:45 -0400
>>   Test:   TESTERROR16
>>   Class:  DateFormatter.testGroup
>>   File:   .../ooRexx/extensions/dateparser/DateFormatter.testGroup
>>   Line:   -1
>>   Failed: expectSyntax
>> Expected: SYNTAX 88.932
>> Actual:   Not raised
>> 
>> [failure] [20191010 13:42:23.205377]
>>   svn:r11336   Change date: 2017-12-03 11:45:10 +
>>   Test:   TESTCLASSFAMILIES
>>   Class:  rxregexp.testGroup
>>   File:   .../ooRexx/extensions/rxregexp/rxregexp.testGroup
>>   Line:   665
>>   Failed: assertFalse
>> Expected: [0]
>> Actual:   [[1], identityHash="-140212932257393"]
>> Message:  Checking excluded character ? ('AA'x) using [:lo

[Oorexx-devel] Development Tools Required

2019-10-10 Thread taf
I'd like to work on porting some Regina-based software to ooRexx (first 
project is DW/Windows).  Can anyone tell me what tools I need to have to 
do this?  If it makes a difference, I prefer to work from the command 
line rather than an IDE.  My initial target is ooRexx for 64-bit windows 10.




___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel