This is an automated email from the ASF dual-hosted git repository.
harbs pushed a change to branch feature/ROYALE_INTERFACE_INFO
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from 3cf21a0 spacing
add 3ccebe5 ignore disabled conditional compilation blocks
add ebf3137 add HtmlSanitizer to the list of goog files that are added to
output
add faa733b maven build needs more goog files too
add bbb47bc Fix for #191. And related improvement in compiler-jx code for
Multi-Catch support.
add eeebcdb FindRoyaleMXMLPropertyNamesToKeep: fix missing break in
switch case
add 9387024 minor : fix parameter naming
add fd8b633 Support for jsUnsafeNativeInline (to be defined externally in
Language swc)
add b12adb4 Fix for CI ant build using old jdk (not 8) for compiling the
compiler - no support for method references.
new 398dfd6 Merge branch 'develop' into feature/ROYALE_INTERFACE_INFO
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:
RELEASE_NOTES.md | 1 +
.../royale/compiler/config/Configuration.java | 4 +-
...oblem.java => ProjectSpecificErrorProblem.java} | 22 +-
.../jscomp/FindRoyaleMXMLPropertyNamesToKeep.java | 1 +
.../codegen/js/jx/FunctionCallEmitter.java | 32 +++
.../internal/codegen/js/jx/TryEmitter.java | 45 +++-
.../codegen/js/royale/JSRoyaleEmitterTokens.java | 3 +-
.../internal/codegen/js/utils/EmitterUtils.java | 46 +++-
.../codegen/mxml/royale/MXMLRoyalePublisher.java | 31 ++-
.../internal/projects/RoyaleJSProject.java | 7 +-
.../resources/royale/closure-whitelist.properites | 44 ---
.../resources/royale/closure-whitelist.properties | 299 +++++++++++++++++++++
.../compiler/internal/scopes/CatchScope.java | 52 +++-
.../internal/tree/as/ConfigConditionBlockNode.java | 5 +
14 files changed, 505 insertions(+), 87 deletions(-)
copy
compiler-common/src/main/java/org/apache/royale/compiler/problems/{ArrayLikeUsageErrorProblem.java
=> ProjectSpecificErrorProblem.java} (64%)
delete mode 100644
compiler-jx/src/main/resources/royale/closure-whitelist.properites
create mode 100644
compiler-jx/src/main/resources/royale/closure-whitelist.properties