bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: ASORT / DELETE bug in 3.1.0?


From: Stepan Kasal
Subject: Re: ASORT / DELETE bug in 3.1.0?
Date: Tue, 23 Dec 2003 05:45:37 +0100
User-agent: Mutt/1.4.1i

Hello,
        thank you for your bug report.
I've verified that the bug is fixed in the current release which is
gawk-3.1.3.

On Mon, Dec 22, 2003 at 08:00:30PM -0500, Katherine Wasserman wrote:
> --------------------------------------------------------------------
> BEGIN {
>  b()
> }
> 
> function a()
> { asort(x)
> }
> 
> function b()
> { delete x
> }
> -----------------------------------------------------------------
> 
> I've tested this only in 3.1.0 and it gives the error:  "fatal: delete: 
> illegal use of variable `x' as array"
> 
> If 'delete' comes before 'asort', syntactically no error is reported.

Yours,
        Stepan Kasal




reply via email to

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