Go for it, clearly it won't be the last error of this kind and glad that
Falcon is stricter than mxmlc.

BTW, are there plans to make Falcon nightly builds available? I could try
to compile our large app and report issues.


On 12 September 2013 15:49, Erik de Bruin <e...@ixsoftware.nl> wrote:

> Hi,
>
> While trying to get the mx components to compile using Falcon, I ran
> into this error:
>
> In List.as, line 1515 reads 'rowInfo.pop()', where rowInfo is an Array
> defined in ListBase.as. Falcon complains "call to possibly undefined
> method 'pop'". Further investigation shows that the problem comes from
> further on in the same method: on line 1529 a local variable 'rowInfo'
> is declared! This local variable is of a type that has no method
> 'pop()'...
>
> I suggest that since having a local var with the same name as one with
> a larger scope is a no-no anyway, we rename the local variable to
> 'listRowInfo' and change the two calls to the local var (I guess this
> because they are the only uses of the old name to occur after the
> local var declaration) to reflect the new name.
>
> How say ye?
>
> EdB
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>



-- 

João Fernandes

Reply via email to