You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/02/05 00:59:15 UTC

[GitHub] joshtynjala commented on issue #76: Named local functions inside method in MXML not emitted in JS

joshtynjala commented on issue #76: Named local functions inside method in MXML not emitted in JS
URL: https://github.com/apache/royale-compiler/issues/76#issuecomment-460474421
 
 
   I haven't figured out exactly what's going wrong yet. The local function definitely gets saved by its parent function at some point. However, by the time that it gets emitted later, the parent reports that it has no local functions. This leads me to think that the parent might be recreated from scratch somewhere. Or it might be some kind of threading conflict where the collection storing local functions is replaced unexpectedly. Needs more investigation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services