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 a6c8e5927 FunctionCallEmitter: fix Vector.<Foo>() global function when
using custom vector emulation class
new 5ed20c963 FunctionTypeExpressionNode: fix null AST node when parsing
signature
new 2404c68ea MethodBodySemanticChecker: another exception for return
types that aren't the same or subclasses (any (*) type)
The 2 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:
.../semantics/MethodBodySemanticChecker.java | 9 ++++-
.../tree/as/FunctionTypeExpressionNode.java | 46 ++++++++++++++++++----
.../test/java/as/ASStrictFunctionTypesTests.java | 27 +++++++++++++
3 files changed, 73 insertions(+), 9 deletions(-)