You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/02/05 05:16:09 UTC

[royale-compiler] branch develop updated (fc7be4c -> beb9428)

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 fc7be4c  compiler-jx: added some missing tests for local named functions
     new 49b3d63  add Vector insertAt/removeAt tests and get both Array and Vector to work.  Also try to prevent tests from running in older playerglobals where it won't compile
     new beb9428  initial implementation of -js-vector-emulation-class option so folks can supply their own implementation/emulation of Vector. Fixes apache/royale-asjs#384

The 3336 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/clients/JSConfiguration.java   |  21 +++
 .../apache/royale/compiler/clients/MXMLJSC.java    |   1 +
 .../codegen/js/jx/FunctionCallEmitter.java         |  48 ++++-
 .../codegen/js/jx/MemberAccessEmitter.java         |  16 ++
 .../codegen/js/royale/JSRoyaleDocEmitter.java      |   6 +
 .../codegen/js/royale/JSRoyaleEmitter.java         |  20 +++
 .../internal/codegen/js/utils/EmitterUtils.java    |  21 +--
 .../codegen/js/royale/TestRoyaleGlobalClasses.java | 193 +++++++++++++++++++--
 8 files changed, 300 insertions(+), 26 deletions(-)