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 bffc46f Add new name of the machine for in Jenkinsfile
new 5f1b5f5 CSSProperty: fixed cast exception in toString()
new 6d687c4 externc: fixed a case where a string was used instead of the
indent variable
new ee5fcad SWCompilationUnit: added getSWC() that returns the associated
ISWC
new 40599e1 BinaryOperatorEmitter: call formatQualifiedName() only when
the right hand side is a package or file member (it could be a local variable
instead)
new 217ab79 Merge branch 'develop' of
https://gitbox.apache.org/repos/asf/royale-compiler into develop
new 7c5e83f Better detection of goog.provide() and externs classes
The 6 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:
compiler-externc/build.xml | 1 +
.../typedefs/reference/FunctionReference.java | 2 +-
.../apache/royale/compiler/clients/COMPJSC.java | 7 +-
.../royale/compiler/clients/COMPJSCNative.java | 7 +-
.../royale/compiler/clients/COMPJSCRoyale.java | 7 +-
.../codegen/js/jx/BinaryOperatorEmitter.java | 47 +++++++++++--
.../codegen/js/jx/PackageHeaderEmitter.java | 6 +-
.../codegen/js/royale/JSRoyaleEmitter.java | 11 ++--
.../codegen/mxml/royale/MXMLRoyaleEmitter.java | 75 +++++++++++++--------
.../compiler/internal/graph/GoogDepsWriter.java | 49 ++++++++++----
.../internal/projects/RoyaleJSProject.java | 76 ++++++++++++++++++++--
.../compiler/internal/targets/RoyaleJSTarget.java | 2 +
compiler-jx/src/test/build.xml | 26 +++++++-
.../src/test/config/compile-js-config.xml | 11 +++-
.../internal/codegen/mxml/TestMXMLApplication.java | 7 ++
.../mxml/royale/TestRoyaleMXMLApplication.java | 5 ++
.../royale/compiler/internal/test/ASTestBase.java | 14 ++++
.../compiler/internal/test/MXMLTestBase.java | 16 +++++
.../compiler/internal/test/RoyaleTestBase.java | 4 ++
.../royale/compiler/internal/test/TestBase.java | 8 +--
.../royale/compiler/internal/css/CSSProperty.java | 2 +-
.../internal/units/SWCCompilationUnit.java | 5 ++
.../src/test/royale/XML.as | 0
.../src/test/royale/XMLList.as | 0
24 files changed, 311 insertions(+), 77 deletions(-)
copy compiler/src/test/config/compile-as-config.xml =>
compiler-jx/src/test/config/compile-js-config.xml (82%)
rename {compiler-externc => compiler}/src/test/royale/XML.as (100%)
rename {compiler-externc => compiler}/src/test/royale/XMLList.as (100%)