[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] constant overflow error with MAX(INTEGER8)
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] constant overflow error with MAX(INTEGER8) |
Date: |
Thu, 25 Mar 2010 14:43:05 +0000 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
SiTex Graphics <address@hidden> writes:
> Hi Gaius,
>
> Thanks for the fix. I sent another report a few days ago to your
> private address, and I just realized I forgot to include GM2 in the
> subject line. Did you receive that message?
>
> Thanks,
> Scott
Hi Scott,
yes the bug has just now been fixed - the bug occurred if a set type
parameter was being passed as a parameter in nested function.
PROCEDURE foo (a: somesettype) ;
PROCEDURE bar ;
BEGIN
func(a)
END bar
BEGIN
END foo;
I've just checked in the changes and all regressions pass,
regards,
Gaius