[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Some bugs in 1.0
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Some bugs in 1.0 |
Date: |
Wed, 22 Dec 2010 11:02:56 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Dragiša Durić <address@hidden> writes:
> In my code base, some alias situations are/were failures. Lots of them
> are fixed since I started (re)porting, and few of them are at source of
> current batch of testcases I submitted.
> Not all aliases are failures.
Hi,
I'm currently reworking the constant alias code, thanks for the reports.
I'm also trying:
CONST
c = b ;
b = a ;
a = someproc ;
BEGIN
foo(a)
END
which will work soon. But I think most of the bug reports are all in
this area,
regards,
Gaius