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 60bec73e5 MXMLRoyaleEmitter: fix fx:Function and fx:Class with id in 
fx:Declarations not getting set properly in constructor
     new 96c57f2bf MXMLRoyaleEmitter: fix missing assignment to field in 
constructor when a primitive value has an id and isn't a direct child of 
fx:Declarations
     new a5405799e IMXMLBlockVisitor, IMXMLEmitter: move 
MXMLFunctionID/fx:Function into its own visitFunction and emitFunction methods
     new 9b02897ac MXMLObjectTagTests: fix typo
     new fe36e7d0c tests: remove redundant exclusions
     new db122e1a9 sdk.integration.tests: include only tests that are excluded 
from normal tests
     new 09997e470 compiler: fx:Function tests for SWF

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:
 .../royale/compiler/codegen/mxml/IMXMLEmitter.java |  3 +
 .../internal/codegen/mxml/MXMLBlockWalker.java     |  9 +++
 .../internal/codegen/mxml/MXMLEmitter.java         |  6 ++
 .../codegen/mxml/royale/MXMLRoyaleEmitter.java     | 84 ++++++++++++++++++----
 .../internal/visitor/mxml/MXMLNodeSwitch.java      |  5 +-
 .../compiler/visitor/mxml/IMXMLBlockVisitor.java   |  3 +
 compiler/src/test/build.xml                        | 20 ++----
 ...mberTagTests.java => MXMLFunctionTagTests.java} | 18 ++---
 .../test/java/mxml/tags/MXMLObjectTagTests.java    |  2 +-
 ...=> MXMLPropertySpecifierNodeFunctionTests.java} | 52 +++++++-------
 ...ssTests.java => MXMLPropertyFunctionTests.java} | 28 ++++----
 compiler/src/test/royale/custom/TestInstance.as    |  3 +
 12 files changed, 153 insertions(+), 80 deletions(-)
 copy compiler/src/test/java/mxml/tags/{MXMLNumberTagTests.java => 
MXMLFunctionTagTests.java} (70%)
 copy 
compiler/src/test/java/org/apache/royale/compiler/internal/tree/mxml/{MXMLPropertySpecifierNodeClassTests.java
 => MXMLPropertySpecifierNodeFunctionTests.java} (50%)
 copy compiler/src/test/java/properties/{MXMLPropertyClassTests.java => 
MXMLPropertyFunctionTests.java} (75%)

Reply via email to