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 7405d89e0 Function type expressions: optionally specify a required
function signature for variables that can store functions, and check that
signature at compile-time
new 6994db7c5 ExpressionNodeBase: fix assertion error for
getDependencyType() with IFunctionTypeExpressionNode
new ee996cd36 ASTokenFormatter, ASLinter: normalize file path and provide
ASFileScope to fix assertion errors
new 60b7aa776 MXML HTTPService, WebService, RemoteObject: tweak some
parent/child relationships to fix assertions
new 8d12afc4a Ant: enable assertions on junit tests
The 4 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-jx/src/test/build.xml | 6 +++---
.../royale/compiler/internal/tree/as/ExpressionNodeBase.java | 7 +++++++
.../internal/tree/mxml/MXMLHTTPServiceRequestPropertyNode.java | 5 ++++-
.../tree/mxml/MXMLRemoteObjectMethodArgumentsPropertyNode.java | 5 ++++-
.../tree/mxml/MXMLWebServiceOperationArgumentsPropertyNode.java | 5 ++++-
compiler/src/test/build.xml | 6 ++++++
.../main/java/org/apache/royale/formatter/ASTokenFormatter.java | 5 +++++
formatter/src/test/build.xml | 3 +++
linter/src/main/java/org/apache/royale/linter/ASLinter.java | 6 +++++-
linter/src/test/build.xml | 3 +++
10 files changed, 44 insertions(+), 7 deletions(-)