Hello Enrico,

I tried to use Revision 11357 as well (for the oorexx test) but had the same 
problem. In my case it is probably because I use another/older revision of 
ooRexx pre-installed so there is a conflict. Never mind, I will figure it out 
later.

I compared the revisions 11357 and 11358 and the only difference I could find 
was here:

oorexx-code-0-11357-test-trunk/ooRexx/base/class/Package.testGroup

These methods have been added in 11358:

::method test_package_local_one_arg
  self~expectSyntax(93.902) -- Too many arguments in invocation of method
  .context~package~local(1)

::method test_package_local_get_empty
  self~assertIsA(.context~package~local, .Directory)
  self~assertSame(0, .context~package~local~items)

::method test_package_local_set
  .context~package~packageTest = "DEF"
  self~assertSame("DEF", .context~package~packageTest)

::method test_package_local
  .local~packageTest = "ABC"
  package = .package~new("TESTPACKAGELOCAL", 
(".context~package~local~packageTest = 'DEF'", "::routine routine1", "  return 
.packageTest"))

  self~assertSame("DEF", package~routines["ROUTINE1"]~call)
  self~assertSame("DEF", package~local~packageTest)

Maybe Erich or someone can have a look? Hope it helps.

Regarding the „right“ shebang I will write another mail shortly. Stay tuned

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



> Am 24.02.2018 um 19:49 schrieb Enrico Sorichetti <enricosoriche...@mac.com>:
> 
> the segmentation fault is due to Revision: 11358
> everything works well at Revision: 11357
> 
> 
>> On 24 Feb 2018, at 16:05, oor...@jonases.se <mailto:oor...@jonases.se> wrote:
>> 
>> POs-MacBook-Pro:ootest po$ rexx testOORexx -X native_api
>> Searching for test containers......
>> Executing automated test suite....     
>> ..........................................
>> ...........................................................................
>> .................................................................Segmentation
>>  fault: 11
>> 
> 
> 
> 
> ------------------------------------------------------------------------------
> 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

Reply via email to