[GitHub] [royale-compiler] greg-dove closed issue #199: Compiler can output invalid javascript for multiple catch blocks

2021-12-05 Thread GitBox
greg-dove closed issue #199: URL: https://github.com/apache/royale-compiler/issues/199 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [royale-compiler] greg-dove commented on issue #201: trace no longer stripped out

2021-12-05 Thread GitBox
greg-dove commented on issue #201: URL: https://github.com/apache/royale-compiler/issues/201#issuecomment-986420462 This issue was transferred from royale-asjs to royale-compiler -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [royale-compiler] greg-dove edited a comment on issue #201: trace no longer stripped out

2021-12-05 Thread GitBox
greg-dove edited a comment on issue #201: URL: https://github.com/apache/royale-compiler/issues/201#issuecomment-986426379 @joshtynjala I made it so that @royalesuppressexport also avoids emitting @nocollapse which does address the issue raised by @Harbs here for trace. It was keeping

[GitHub] [royale-compiler] greg-dove commented on issue #201: trace no longer stripped out

2021-12-05 Thread GitBox
greg-dove commented on issue #201: URL: https://github.com/apache/royale-compiler/issues/201#issuecomment-986426379 @joshtynjala I made it so that @royalesuppressexport also avoids emitting @nocollapse which does address the issue raised by @Harbs here for trace. It was exporting as an

[GitHub] [royale-compiler] Harbs opened a new issue #201: trace no longer stripped out

2021-12-05 Thread GitBox
Harbs opened a new issue #201: URL: https://github.com/apache/royale-compiler/issues/201 Here is a very simple app which uses trace. ``` http://ns.adobe.com/mxml/2009; xmlns:js="library://ns.apache.org/royale/basic"