Harbs 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-461620278 As a point of reference, I just audited *all* of the Royale framework code. There's 1264 public, private and protected boolean variables declared across all the frameworks combined and this includes the code in all the examples. Actual apps will only use a small percentage of that. My app which compiles to 189630 lines of code has a total of 525 booleans declared on prototypes (i.e. public, protected and private vars). Of those, 150 are already initialized. That means we're concerned about 375 initializations.
---------------------------------------------------------------- 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
