greg-dove opened a new issue #123: -warnings=false can hide actual 'Error' level issues URL: https://github.com/apache/royale-compiler/issues/123 -warnings=false can hide actual 'Error' level issues unless you set 'create-target-with-errors=true' switching off warnings can be helpful when working through priority issues while porting a large Flex codebase. (e.g. to remove 'bindable' or other warnings etc, which would have been present in the orignal Flex compilation and just focus on porting issues) But getting to zero Errors (if warnings are false) can still still result in no build because some 'Warnings' are considered 'Errors'. @todo Discuss on list, if this agreed to be wrong, then it should be fixed. (I have not tried to check anything similar to this in Flex yet)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
