gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] Bug report.... offending code works outside of procedure, but


From: gaius
Subject: Re: [Gm2] Bug report.... offending code works outside of procedure, but inside - not.
Date: Thu, 05 Aug 2010 11:44:07 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Dragiša Durić <address@hidden> writes:

> MODULE TestCase;
>
> PROCEDURE AlwaysTrue(): BOOLEAN;
>   BEGIN
>     RETURN TRUE;
>   END AlwaysTrue;
>
> TYPE
>   Where = PROCEDURE (): BOOLEAN;
>
> PROCEDURE DoIt();
>   VAR
>     where: Where;
>   BEGIN
>     where := AlwaysTrue;
>   END DoIt;
>
> END TestCase.

Hi Dragiša,

many thanks for the test code and bug report - all fixed now in the latest cvs,

regards,
Gaius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]