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 0f350d6  BinaryOperatorEmitter: Fixed value not propgating beyond 
super setter when it is part of a chained assignment (closes #210)
     new dd44cbb  Normalize exit codes across compiler tools
     new 42642e2  Added --watch compiler option

The 2 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:
 .../royale/compiler/config/Configuration.java      |  18 +
 .../apache/royale/compiler/clients/EXTERNC.java    |   7 +-
 .../apache/royale/compiler/clients/ASDOCJSC.java   |   7 +-
 .../apache/royale/compiler/clients/COMPJSC.java    |  44 +-
 .../royale/compiler/clients/COMPJSCNative.java     | 616 +++++++++--------
 .../royale/compiler/clients/COMPJSCRoyale.java     | 758 +++++++++++----------
 .../apache/royale/compiler/clients/MXMLJSC.java    |  50 +-
 .../royale/compiler/clients/MXMLJSCNative.java     |  90 ++-
 .../royale/compiler/clients/MXMLJSCNode.java       |  89 ++-
 .../royale/compiler/clients/MXMLJSCRoyale.java     |  92 ++-
 .../compiler/clients/MXMLJSCRoyaleCordova.java     |  90 ++-
 .../codegen/mxml/royale/MXMLRoyalePublisher.java   |  10 +-
 .../mxml/royale/TestRoyaleMXMLApplication.java     |   2 +-
 .../royale/compiler/clients/PLAYERGLOBALC.java     |   9 +-
 .../org/apache/royale/compiler/clients/COMPC.java  |  39 ++
 .../org/apache/royale/compiler/clients/MXMLC.java  |  92 ++-
 .../compiler/internal/watcher/WatchThread.java     | 273 ++++++++
 .../org/apache/royale/formatter/FORMATTER.java     |   9 +-
 18 files changed, 1581 insertions(+), 714 deletions(-)
 create mode 100644 
compiler/src/main/java/org/apache/royale/compiler/internal/watcher/WatchThread.java

Reply via email to