You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2022/01/13 08:19:48 UTC

[royale-compiler] branch feature/ROYALE_INTERFACE_INFO updated (3cf21a0 -> 398dfd6)

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

[royale-compiler] 01/01: Merge branch 'develop' into feature/ROYALE_INTERFACE_INFO

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch feature/ROYALE_INTERFACE_INFO
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 398dfd6778627df2d7b365a637ad8e754028fea1
Merge: 3cf21a0 b12adb4
Author: Harbs <ha...@in-tools.com>
AuthorDate: Thu Jan 13 10:19:05 2022 +0200

    Merge branch 'develop' into feature/ROYALE_INTERFACE_INFO

 RELEASE_NOTES.md                                   |   1 +
 .../royale/compiler/config/Configuration.java      |   4 +-
 .../problems/ProjectSpecificErrorProblem.java      |  50 ++++
 .../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, 543 insertions(+), 77 deletions(-)