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 2dc5711  ArrayLikeUtil changes: -reset the lookup cache when the 
project changes, to account for potential variation between targets. -also 
permit unary operators for ArrayLike classes with unchanged index access.
     new 7097ac0  JSGoogConfiguration: added mxml-reflect-object-property 
option to enable/disable goog.reflect.objectProperty() in JS output
     new 52a8c27  New compiler options: -rename-public-symbols and 
-rename-protected-symbols
     new ff44a05  Revert "fix royale.dependent.tests"
     new 42c416a  Fix royale.dependent.tests
     new 5c6c767  fix for mxmlmxml-reflect-object-property failing in tests

The 5 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:
 .../apache/royale/compiler/clients/MXMLJSC.java    |  11 +-
 .../royale/compiler/clients/MXMLJSCNative.java     |  11 +-
 .../royale/compiler/clients/MXMLJSCNode.java       |  11 +-
 .../royale/compiler/clients/MXMLJSCRoyale.java     |  13 +-
 .../compiler/clients/MXMLJSCRoyaleCordova.java     |  11 +-
 .../{IJSGoogEmitter.java => IJSGoogPublisher.java} |  16 +--
 .../codegen/js/royale/JSRoyaleDocEmitter.java      |   2 +-
 .../mxml/royale/MXMLDescriptorSpecifier.java       |  29 ++--
 .../codegen/mxml/royale/MXMLRoyaleEmitter.java     |   6 +-
 .../codegen/mxml/royale/MXMLRoyalePublisher.java   |  12 +-
 .../driver/js/goog/JSGoogConfiguration.java        |  60 +++++++-
 .../apache/royale/compiler/utils/ClosureUtils.java |  81 +++++++++++
 .../compiler/utils/JSClosureCompilerWrapper.java   |  34 ++++-
 .../mxml/royale/TestRoyaleMXMLApplication.java     |  36 ++---
 .../resources/royale/files/MyInitialView_result.js | 156 ++++++++++-----------
 .../royale/files/RoyaleTest_again_result.js        |  12 +-
 16 files changed, 357 insertions(+), 144 deletions(-)
 copy 
compiler-jx/src/main/java/org/apache/royale/compiler/codegen/js/goog/{IJSGoogEmitter.java
 => IJSGoogPublisher.java} (74%)
 create mode 100644 
compiler-jx/src/main/java/org/apache/royale/compiler/utils/ClosureUtils.java

Reply via email to