You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/04/10 13:07:29 UTC

[royale-compiler] branch issue_143 updated (6461abf -> 50c1157)

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch issue_143
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


    from 6461abf  Cache conditionalClosure
     add 132d3d6  fix for the original tweak I did here, adding more support for line separations in additionalCompilerOptions
     add 0fad5e8  fix for const or var as main definition instead of a class. Treat their assigned values like a static initializer
     add cf1fe8d  Merge branch 'develop' of https://github.com/apache/royale-compiler into develop
     add 332a2e8  Fix for the fix.
     add 89a62e1  Needs more investigation. A binding definition inside a <fx:Boolean id='myBoolean'>{bindingexpression}</fx:Boolean> causes a compiler error without this.
     add 53fd372  Fix for an issue with complex static initializers. Fixes access to vars and consts from other code.
     add 4c1b2f4  Additions to XML and XML list to support more e4X conformance. Aligned with framework classes (extra unit tests)
     add fd0cad1  initial attempt at approval script
     add dfd8c72  Merge branch 'develop' of https://github.com/apache/royale-compiler into develop
     add a205aaa  Updates to compiler-integration-tests for static initializer changes
     add 31be5ff  initial draft of releasesteps
     add 2414fee  fix version #
     add ca469c0  go back to jgit to see if we can avoid putting the committers username and email in the git config
     add 27c962c  fix poms
     add b8d2066  I'll get it right one of these days
     add c88eb0a  go back to using snapshot to fix relative path issues in SCM-921
     add fc415d0  try to debug jgit on ci
     add 1958f8a  [maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.0-rc2
     add 1266488  [maven-release-plugin] prepare for next development iteration
     add dcc21ca  fix Royale_Compiler_Build_Tools_Release_Step_002
     add 572cd8a  sign and upload seemed to work
     new 50c1157  Merge branch 'develop' into issue_143

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:
 .../ApproveBuildTools.xml                          | 207 ++------
 compiler-build-tools/pom.xml                       | 581 +++++++++++----------
 compiler-build-tools/releasesteps.xml              | 433 +++++++++++++++
 .../codegen/js/jx/BinaryOperatorEmitter.java       |  40 +-
 .../codegen/js/jx/DynamicAccessEmitter.java        |   2 +-
 .../internal/codegen/js/jx/FieldEmitter.java       |  14 +-
 .../internal/codegen/js/jx/ForEachEmitter.java     |   2 +-
 .../codegen/js/jx/MemberAccessEmitter.java         |   2 +-
 .../codegen/js/royale/JSRoyaleEmitter.java         |  23 +-
 .../internal/codegen/js/utils/EmitterUtils.java    |  12 +-
 .../internal/codegen/mxml/MXMLEmitter.java         |  34 +-
 .../codegen/js/royale/TestRoyaleGlobalClasses.java |   2 +-
 .../codegen/mxml/royale/TestRoyaleMXMLScript.java  | 259 ++++-----
 pom.xml                                            |  10 +
 .../java/org/apache/royale/maven/BaseMojo.java     |  10 +-
 15 files changed, 987 insertions(+), 644 deletions(-)
 copy ApproveFalcon.xml => compiler-build-tools/ApproveBuildTools.xml (75%)
 create mode 100644 compiler-build-tools/releasesteps.xml


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

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

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

commit 50c11578d5a6b9e8b7a451b3e430fc8bdccd295a
Merge: 6461abf 572cd8a
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Fri Apr 10 16:07:15 2020 +0300

    Merge branch 'develop' into issue_143

 compiler-build-tools/ApproveBuildTools.xml         | 632 +++++++++++++++++++++
 compiler-build-tools/pom.xml                       | 581 +++++++++----------
 compiler-build-tools/releasesteps.xml              | 433 ++++++++++++++
 .../codegen/js/jx/BinaryOperatorEmitter.java       |  40 +-
 .../codegen/js/jx/DynamicAccessEmitter.java        |   2 +-
 .../internal/codegen/js/jx/FieldEmitter.java       |  14 +-
 .../internal/codegen/js/jx/ForEachEmitter.java     |   2 +-
 .../codegen/js/jx/MemberAccessEmitter.java         |   2 +-
 .../codegen/js/royale/JSRoyaleEmitter.java         |  23 +-
 .../internal/codegen/js/utils/EmitterUtils.java    |  12 +-
 .../internal/codegen/mxml/MXMLEmitter.java         |  34 +-
 .../codegen/js/royale/TestRoyaleGlobalClasses.java |   2 +-
 .../codegen/mxml/royale/TestRoyaleMXMLScript.java  | 259 +++++----
 pom.xml                                            |  10 +
 .../java/org/apache/royale/maven/BaseMojo.java     |  10 +-
 15 files changed, 1587 insertions(+), 469 deletions(-)