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 f74841b try using -1 as the zipentry time. It shows as 1969 but
maybe it will not be recomputed by the zip library
new 21d8cae Prevent renaming of public variables (static or non-static)
new ac021e8 Merge branch 'develop' into rename-control
new 51923a5 prevent-rename-public-symbols and
prevent-rename-protected-symbols compiler options
new fbe6f6d prevent rename: nocollapse annotation is only included when
renaming is prevented
new 82e5c22 Merge branch 'rename-control' into develop
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:
.../javascript/jscomp/RoyaleClosurePassConfig.java | 53 ++++++++++++-
.../apache/royale/compiler/clients/MXMLJSC.java | 10 ++-
.../royale/compiler/clients/MXMLJSCNative.java | 11 ++-
.../royale/compiler/clients/MXMLJSCNode.java | 10 ++-
.../royale/compiler/clients/MXMLJSCRoyale.java | 11 ++-
.../compiler/clients/MXMLJSCRoyaleCordova.java | 11 ++-
.../{IJSGoogEmitter.java => IJSGoogPublisher.java} | 16 ++--
.../codegen/js/royale/JSRoyaleDocEmitter.java | 15 +++-
.../codegen/mxml/royale/MXMLRoyalePublisher.java | 12 ++-
.../driver/js/goog/JSGoogCompcConfiguration.java | 2 +-
.../driver/js/goog/JSGoogConfiguration.java | 39 +++++++++-
.../apache/royale/compiler/utils/ClosureUtils.java | 86 ++++++++++++++++++++++
.../compiler/utils/JSClosureCompilerWrapper.java | 9 ++-
.../codegen/js/royale/TestRoyaleClass.java | 2 +-
.../codegen/js/royale/TestRoyaleFieldMembers.java | 14 ++--
.../codegen/mxml/royale/TestRoyaleMXMLScript.java | 4 -
16 files changed, 259 insertions(+), 46 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