This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from f89b413 Fix loop exit for loop target-type definition unknown check
new bced732 handle pre tags better
add dd50f67 handle pre tags better
add 9dc0ad4 webservice handling
add 951824b fix 2 xml cases: set attribute with a prop of type '*' and
deleting an attribute
add cc1522e fix apache/royale-asjs#470
add f7a0d14 definitions can be inside conditional compilation blocks
add f3349a0 add handling for -services-config option
add 71a5859 handle bracket access with qname
add 2f8ef7b handle explicit namespace usage
add 538b99c context root
add 758e7ac don't write to releasedir unless it is release mode (so the
folder exists)
new dfe5147 Merge branch 'webservice' into develop
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:
.../royale/compiler/asdoc/royale/ASDocComment.java | 7 +
.../royale/compiler/codegen/mxml/IMXMLEmitter.java | 7 +
.../codegen/js/jx/BinaryOperatorEmitter.java | 9 +-
.../codegen/js/jx/DynamicAccessEmitter.java | 8 +-
.../internal/codegen/js/jx/LiteralEmitter.java | 4 +-
.../codegen/js/royale/JSRoyaleASDocEmitter.java | 4 +-
.../codegen/js/royale/JSRoyaleEmitter.java | 14 +-
.../internal/codegen/js/utils/EmitterUtils.java | 14 ++
.../internal/codegen/mxml/MXMLBlockWalker.java | 19 ++
.../internal/codegen/mxml/MXMLEmitter.java | 14 ++
.../codegen/mxml/royale/MXMLRoyaleEmitter.java | 235 ++++++++++++++++++++-
.../internal/visitor/mxml/MXMLNodeSwitch.java | 10 +-
.../compiler/visitor/mxml/IMXMLBlockVisitor.java | 6 +
.../codegen/js/royale/TestRoyaleExpressions.java | 10 +
.../codegen/js/royale/TestRoyaleGlobalClasses.java | 42 ++++
.../compiler/internal/projects/RoyaleProject.java | 4 +-
16 files changed, 393 insertions(+), 14 deletions(-)