[GitHub] [royale-compiler] greg-dove commented on issue #185: "For each" Sometimes outright fails silently

2021-06-19 Thread GitBox
greg-dove commented on issue #185: URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-864491109 @brianraymes I have copied your last comment to start #188 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [royale-compiler] greg-dove commented on issue #185: "For each" Sometimes outright fails silently

2021-06-18 Thread GitBox
greg-dove commented on issue #185: URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-864283655 > Oh, that's fantastic. I was going to report the null issue as well. It's another case where the exceptions seem to be swallowed and subsequent code fails to execute at

[GitHub] [royale-compiler] greg-dove commented on issue #185: "For each" Sometimes outright fails silently

2021-06-18 Thread GitBox
greg-dove commented on issue #185: URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-863719512 @Laturine the support for iteration over ArrayCollection (and Proxy-based instances in general) should be more robust following a recent compiler commit. Example fixes:

[GitHub] [royale-compiler] greg-dove commented on issue #185: "For each" Sometimes outright fails silently

2021-06-15 Thread GitBox
greg-dove commented on issue #185: URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-862032711 I had hoped to look into this today, but I am out of time. I will find some time tomorrow to take a look. @Laturine The ArrayCollection issue is not the same as the

[GitHub] [royale-compiler] greg-dove commented on issue #185: "For each" Sometimes outright fails silently

2021-06-14 Thread GitBox
greg-dove commented on issue #185: URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-859899255 Thanks, that is very helpful. I will look into this during the coming week and address it! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [royale-compiler] greg-dove commented on issue #185: "For each" Sometimes outright fails silently

2021-06-10 Thread GitBox
greg-dove commented on issue #185: URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-859084299 When you are doing this is it clear to the compiler that the ArrayList instance being targeted is strongly typed? So, for example, with the