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 09997e470 compiler: fx:Function tests for SWF
new 59310d3c1 externc: fix some warnings returning null for
Number/int/uint type
new b5a398ae0 externc: in FunctionReference, return the appropriate
default value for each type similar to MethodReference
new 27199fd78 externc: MethodReferenca and FunctionReference should return
null instead of an empty string as default value for String return type
new 66cfda17a prerequisiteCheck: updated URLs for Flash Player projector
content debugger
new 11f6bd2a7 more updated Flash Player projector content debugger URLs
new 84bb2f85d MXMLClassNode, MXMLFunctionNode: tweak use of assertion in
getValue() to allow a null expression to return without throwing an exception
new cf6bf158c maven: update from Antlr 2.7.7 and 3.3 to 3.5.2
The 7 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:
compiler-common/pom.xml | 4 ++--
.../codegen/typedefs/reference/FunctionReference.java | 15 +++++++++++++--
.../codegen/typedefs/reference/MethodReference.java | 2 --
.../src/test/royale/__AS3__/vec/Vector$double.as | 6 +++---
.../src/test/royale/__AS3__/vec/Vector$int.as | 6 +++---
.../src/test/royale/__AS3__/vec/Vector$uint.as | 6 +++---
compiler-jburg-types/pom.xml | 6 +++---
compiler/pom.xml | 10 +++++-----
.../royale/compiler/internal/tree/mxml/MXMLClassNode.java | 14 ++++++++++----
.../compiler/internal/tree/mxml/MXMLFunctionNode.java | 14 ++++++++++----
src/main/script/prerequisiteCheck.groovy | 6 ++++--
src/site/asciidoc/build.adoc | 9 ++++++---
12 files changed, 62 insertions(+), 36 deletions(-)