aharui commented on issue #78: Assign to Boolean variable does not convert to true or false, breaking loose comparison with == URL: https://github.com/apache/royale-compiler/issues/78#issuecomment-461689656 @greg-dove. Your correction appeared on the dev-list but not here, which is that handling different read/write accessor functions has to stick around in production code. It can't be debug-only. Type-mismatch checking is a different problem and could be debug-only. There might be some clever ways we can make that happen by swapping in different Language.is/as methods. That said, type-mismatch and interface incompatibility checks are reasons why the original vision for FlexJS/Royale included using Flash/AIR to test your code paths, where the runtime will catch more of these things.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
