You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by er...@apache.org on 2018/01/08 12:04:35 UTC

[royale-compiler] branch feature/as2wasm updated (34054d5 -> 33c7611)

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

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


    from 34054d5  Merge branch 'develop' into as2wasm
     add 75f2e92  exclude-css didn't seem to work because we resolved swc references as files
     add 9a5ff1c  special case the HTML package to allow either child tags or html content
     add f440df1  handle innerHTML as special case, allowing text and HTML tags
     add 612b159  fix maven scm info
     add da9b812  maven was complaining about a missing version
     add d443b9a  [maven-release-plugin] prepare branch release/0.9.0
     add 67fe96e  [maven-release-plugin] prepare for next development iteration
     add 0e09d1b  Revert "[maven-release-plugin] prepare for next development iteration"
     add 5b4ae68  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     add b4ae3be  refactor these tests to try to enforce test order
     add 3052354  [maven-release-plugin] prepare branch release/0.9.0
     add 7cc6d08  [maven-release-plugin] prepare for next development iteration
     add a9a6cdf  need to include the test
     add 1b7c2e4  Revert "[maven-release-plugin] prepare for next development iteration"
     add 5c2f374  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     add 36c0a2c  [maven-release-plugin] prepare branch release/0.9.0
     add 0b902ed  [maven-release-plugin] prepare for next development iteration
     add a30cff8  Revert "[maven-release-plugin] prepare for next development iteration"
     add d6aa7e5  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     add 27da6b9  [maven-release-plugin] prepare branch release/0.9.0
     add 8f6efaf  [maven-release-plugin] prepare for next development iteration
     add 138674a  Revert "[maven-release-plugin] prepare for next development iteration"
     add 3c2891f  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     add 54f6b80  [maven-release-plugin] prepare branch release/0.9.0
     add 622d01f  [maven-release-plugin] prepare for next development iteration
     add 43c313e  Revert "[maven-release-plugin] prepare for next development iteration"
     add 78e11bc  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     add 0f96d4e  [maven-release-plugin] prepare branch release/0.9.0
     add 0cf856a  [maven-release-plugin] prepare for next development iteration
     add e246a67  Revert "[maven-release-plugin] prepare for next development iteration"
     add b57b35d  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     add 76a43c4  update copyright year
     add 4df8f2d  [maven-release-plugin] prepare branch release/0.9.0
     add 227708a  [maven-release-plugin] prepare for next development iteration
     add ab25849  Apply normalization to the path’s string value to make it platform independent
     add bec15f8  Add condition to not assert quotes when the method is passed an “empty string”
     new 33c7611  Merge branch 'develop' into as2wasm

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:
 NOTICE                                             |  2 +-
 NOTICE.base                                        |  2 +-
 NOTICE.fdb                                         |  2 +-
 NOTICE.oem                                         |  2 +-
 compiler-common/pom.xml                            |  7 +-
 .../royale/compiler/config/Configuration.java      |  3 +-
 compiler-externc/pom.xml                           | 11 ++-
 compiler-jx/pom.xml                                | 14 ++--
 compiler-test-utils/pom.xml                        |  4 +-
 .../org/apache/royale/utils/AntTestAdapter.java    |  2 +-
 compiler/pom.xml                                   | 11 +--
 .../internal/css/CSSNamespaceDefinition.java       |  4 +-
 .../internal/parsing/SourceFragmentsReader.java    | 24 ++++++
 .../tree/mxml/MXMLClassReferenceNodeBase.java      | 90 ++++++++++++++++++++++
 .../internal/tree/mxml/MXMLExpressionNodeBase.java |  2 +-
 .../internal/tree/mxml/MXMLTreeBuilder.java        |  2 +
 ...MavenTestSWCs.java => AAAMavenTestExternc.java} | 71 +----------------
 compiler/src/test/java/aa/AAMavenTestSWCs.java     | 23 ------
 debugger/pom.xml                                   |  8 +-
 .../royale/tools/debugger/cli/fdb_da.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_de.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_en.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_es.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_fi.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_fr.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_it.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_ja.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_ko.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_nb.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_nl.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_pt.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_ru.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_sv.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_zh_CN.properties |  2 +-
 .../royale/tools/debugger/cli/fdb_zh_TW.properties |  2 +-
 flex-compiler-oem/pom.xml                          | 10 +--
 pom.xml                                            |  9 ++-
 royale-ant-tasks/pom.xml                           |  4 +-
 royale-maven-plugin/pom.xml                        |  4 +-
 swfutils/pom.xml                                   |  7 +-
 40 files changed, 189 insertions(+), 161 deletions(-)
 copy compiler/src/test/java/aa/{AAMavenTestSWCs.java => AAAMavenTestExternc.java} (55%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].

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

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

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

commit 33c76115234ea88d081ab3598c6529dd72d3b946
Merge: 34054d5 bec15f8
Author: Erik de Bruin <er...@ixsoftware.nl>
AuthorDate: Mon Jan 8 13:04:27 2018 +0100

    Merge branch 'develop' into as2wasm

 NOTICE                                             |  2 +-
 NOTICE.base                                        |  2 +-
 NOTICE.fdb                                         |  2 +-
 NOTICE.oem                                         |  2 +-
 compiler-common/pom.xml                            |  7 +-
 .../royale/compiler/config/Configuration.java      |  3 +-
 compiler-externc/pom.xml                           | 11 ++-
 compiler-jx/pom.xml                                | 14 ++--
 compiler-test-utils/pom.xml                        |  4 +-
 .../org/apache/royale/utils/AntTestAdapter.java    |  2 +-
 compiler/pom.xml                                   | 11 +--
 .../internal/css/CSSNamespaceDefinition.java       |  4 +-
 .../internal/parsing/SourceFragmentsReader.java    | 24 ++++++
 .../tree/mxml/MXMLClassReferenceNodeBase.java      | 90 ++++++++++++++++++++++
 .../internal/tree/mxml/MXMLExpressionNodeBase.java |  2 +-
 .../internal/tree/mxml/MXMLTreeBuilder.java        |  2 +
 ...MavenTestSWCs.java => AAAMavenTestExternc.java} | 71 +----------------
 compiler/src/test/java/aa/AAMavenTestSWCs.java     | 23 ------
 debugger/pom.xml                                   |  8 +-
 .../royale/tools/debugger/cli/fdb_da.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_de.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_en.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_es.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_fi.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_fr.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_it.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_ja.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_ko.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_nb.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_nl.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_pt.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_ru.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_sv.properties    |  2 +-
 .../royale/tools/debugger/cli/fdb_zh_CN.properties |  2 +-
 .../royale/tools/debugger/cli/fdb_zh_TW.properties |  2 +-
 flex-compiler-oem/pom.xml                          | 10 +--
 pom.xml                                            |  9 ++-
 royale-ant-tasks/pom.xml                           |  4 +-
 royale-maven-plugin/pom.xml                        |  4 +-
 swfutils/pom.xml                                   |  7 +-
 40 files changed, 189 insertions(+), 161 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.