Hi Mark et al,

I was awakened in the night by our smoke-detector indicating it needed a new
battery and just thought I'd test my new build.
Rexx -v shows Open Object Rexx Interpreter Version 4.0.0 - Internal Test
Version
Build date: Jul 20 2008

However, when I test my changes they appear to not be there.

coreclasses.orx has my changes and has been copied with my changes from
D:\orxSVN\interpreter-3.x\trunk\kernel\RexxClasses\ to
D:\orxSVN\interpreter-3.x\trunk\Win32Dbg\

The original version of the circularQueue queue and push methods started
(after an expose) with

>   use strict arg item
>
Whilst the new version replaces that line with

>   use strict arg item, option = "Normal"
>

trying it with RexxTry I see:

> parse version x
>   ........................................... rexxtry.rex on WindowsNT
> say x
> REXX-ooRexx_3.2.0(MT) 6.02 30 Oct 2007
>   ........................................... rexxtry.rex on WindowsNT
> c = .circularQueue~new(3)
>   ........................................... rexxtry.rex on WindowsNT
> say c~class
> The CircularQueue class
>   ........................................... rexxtry.rex on WindowsNT
> c~push('Able')
>   ........................................... rexxtry.rex on WindowsNT
> c~push('Baker','Unique')
>   Oooops ! ... try again.     Incorrect call to method
>                               Too many arguments in invocation of method; 1
> expected
>   rc = 93 ................................... rexxtry.rex on WindowsNT
>
> The date on both the coreclasses.orx is 2008-07-18 - well before the build!

I have very limited access to the internet over the next few days.

Can anyone point me where I'm going wrong

thanks,

Jon
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to