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 2021/11/30 19:07:42 UTC

[GitHub] [royale-asjs] joshtynjala commented on issue #1163: trace no longer stripped out

joshtynjala commented on issue #1163:
URL: https://github.com/apache/royale-asjs/issues/1163#issuecomment-982933347


   I found that preventing symbol renaming required `@nocollapse` to be added to more fields (not just accessors). I don't remember the exact details, but I vaguely recall that static fields (including methods) needed it.
   
   That being said, I don't know why this would prevent a static method like `Language.trace()` from being removed as dead code.
   
   Potentially, a solution might be to omit `@nocollapse` when `@royaledebug` is present, as a special case.


-- 
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: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org