[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

[GitHub] [royale-compiler] brianraymes opened a new issue #187: Accidental MXML Recursion Kills Entire Environment

2021-06-10 Thread GitBox
brianraymes opened a new issue #187: URL: https://github.com/apache/royale-compiler/issues/187 I have stumbled across a doozy. Copying a file with the intent to rename it killed my entire environment and silently kills the ability to compile with no warnings or errors. **Steps to

[GitHub] [royale-compiler] brianraymes opened a new issue #186: Invalid Syntax Succeeds in Compilation, but Doesn't Load at Runtime

2021-06-10 Thread GitBox
brianraymes opened a new issue #186: URL: https://github.com/apache/royale-compiler/issues/186 I've been finding random compilation issues that should be invalid, but seem to succeed. **Steps to Reproduce** Accidentally added two dots in a binding within MXML. In my case, I

[GitHub] [royale-compiler] brianraymes opened a new issue #185: "For each" Sometimes outright fails silently

2021-06-10 Thread GitBox
brianraymes opened a new issue #185: URL: https://github.com/apache/royale-compiler/issues/185 "For each" is sporadically unusable as it doesn't seem to actually loop over values in many cases (for currently unknown reasons). **Steps to Reproduce** Have a for each that should