This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
from 3310e6e65 FunctionDefinition: fixed incorrect
ConflictingDefinitionProblem when there's a method in a language namespace
(like public/protected) and a method in non-language namespace (like
mx_internal)
new f20248f4f MethodBodySemanticChecker:
NonBooleanUsedWhereBooleanExpectedProblem is not reported when Object is
assigned to Boolean
new 18341be10 tests: ensure that there's no ConflictingDefinitionProblem
for language ns and non-language ns versions of same function
new f958d0590 compiler: re-enable SDKSWCTests in sdk.dependent.tests
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../codegen/js/royale/TestRoyaleMethodMembers.java | 33 +++++++
.../semantics/MethodBodySemanticChecker.java | 33 ++++---
compiler/src/test/build.xml | 2 +-
compiler/src/test/java/f/SDKSWCTests.java | 108 ++++++++++++++++++---
4 files changed, 147 insertions(+), 29 deletions(-)