apache / apache/royale-compiler
-warnings=false can hide actual 'Error' level issues
- Dominant language
- Java
- Stars
- 113
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
-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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.