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 bad67edd4 SwfLoadedEvent, SwfUnloadedEvent: added isolateId field
     new be64aa70d compiler-jx: some places were missing needLanguage = true
     new 90277ffe7 JSRoyaleEmitterTokens: keep LANGUAGE_QNAME token separate 
from names of methods on that class
     new e5953d398 compiler-jx: pass LANGUAGE_QNAME to formatQualifiedName(), 
like other qualified names
     new 4afc6da5d tests: now that LANGUAGE_QNAME is going through 
formatQualifiedName(), the goog.require() calls for it that were missing from 
tests are finally showing up
     new 1c3e6375c compiler-jx: avoid duplicates in usedNames/staticUsedNames 
by using a Set instead of a List
     new 431483acb UnaryOperatorEmitter: add comment about hacky use of string 
LiteralNode without quotes for member access

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/internal/codegen/js/JSEmitter.java    | 14 ++++-
 .../internal/codegen/js/jx/AsIsEmitter.java        | 15 +++--
 .../codegen/js/jx/BinaryOperatorEmitter.java       | 10 +++-
 .../codegen/js/jx/DynamicAccessEmitter.java        |  2 +
 .../codegen/js/jx/FunctionCallEmitter.java         | 18 +++---
 .../internal/codegen/js/jx/IdentifierEmitter.java  |  6 ++
 .../codegen/js/jx/UnaryOperatorEmitter.java        | 19 ++++++-
 .../codegen/js/royale/JSRoyaleEmitter.java         | 36 ++++++------
 .../codegen/js/royale/JSRoyaleEmitterTokens.java   | 10 ++--
 .../mxml/royale/MXMLRoyaleASDocEmitter.java        | 23 +++++---
 .../codegen/mxml/royale/MXMLRoyaleEmitter.java     | 64 ++++++++++++++--------
 .../mxml/royale/TestRoyaleMXMLApplication.java     |  7 ++-
 12 files changed, 148 insertions(+), 76 deletions(-)

Reply via email to