This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a change to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from ec6a09b [maven-release-plugin] prepare for next development iteration
add 61cdcef Add royaleunit to releasessteps.xml
add 6f76b72 Fix for error if <fx:Metadata/> tag is empty or effectively
empty (contains commented our tags)
add 6048e84 compiler: remove old diagnostics
add b5eba65 compiler-jx: some more verbose messages
add 884afe9 GoogDepsWriter: extracted inject_html detection and moved it
to the publisher so that inject_html can be detected in externs too
add 4bff82e BinaryOperatorEmitter: fixed extra semicolons in imports and
removed unused import
add f653998 MXMLRoyalePublisher: collect inject_html from externs in SWCs
add 8f68416 MXMLRoyalePublisher, GoogDepsWriter: more utf8 charset
requirements
add c2eef00 RoyaleJSProject: improved detection of SWC externs
new e11f7a4 Merge branch 'develop' into release/0.9.6
The 1 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/jx/BinaryOperatorEmitter.java | 5 +-
.../internal/codegen/js/jx/ClassEmitter.java | 17 ++-
.../internal/codegen/js/utils/DocEmitterUtils.java | 5 +-
.../codegen/mxml/royale/MXMLRoyaleEmitter.java | 11 +-
.../codegen/mxml/royale/MXMLRoyalePublisher.java | 156 ++++++++++++++++-----
.../compiler/internal/graph/GoogDepsWriter.java | 31 +---
.../internal/projects/RoyaleJSProject.java | 31 +++-
.../royale/abc/semantics/ControlFlowGraph.java | 40 ------
.../royale/abc/semantics/MethodBodyInfo.java | 7 -
releasesteps.xml | 3 +
10 files changed, 188 insertions(+), 118 deletions(-)