Re: is this ex.err bug?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Tone Škoda wrote:
> among other things this is in ex.err:
> 
>     rowIndex = 3
>     winIndex = 2
>     rowIndex = 3
>     winIndex = 2
>     rowIndex = 2
>     winIndex = 2
> 
> They are duplicated, what value rowIndex had at crash, 2 or 3?

Euphoria creates a separate variable for each for for-loop,
even if the name is the same. This can result in the
same name appearing multiple times (in order of declaration
in the source file.) One could argue that I shouldn't report
a for-loop variable at all in ex.err if the loop has terminated,
but I think the extra information might be useful to someone,
although a bit confusing.

egards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu