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 071c9ddf7 CSS.g: fix Decision can match input warnings for rgb() and 
rgba()
     new 96ea15014 MXMLClassDirectiveProcessor: allow fx:RegExp declaration in 
MXML when targeting SWF
     new 485402cad compiler-jx: add missing emit for fx:RegExp tags in MXML for 
JS targets

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/codegen/mxml/IMXMLEmitter.java |   3 +
 .../internal/codegen/mxml/MXMLBlockWalker.java     |   9 ++
 .../internal/codegen/mxml/MXMLEmitter.java         |   8 ++
 .../codegen/mxml/royale/MXMLRoyaleEmitter.java     |  44 +++++++
 .../internal/visitor/mxml/MXMLNodeSwitch.java      |   5 +-
 .../compiler/visitor/mxml/IMXMLBlockVisitor.java   |   3 +
 .../mxml/royale/TestRoyaleMXMLApplication.java     | 140 +++++++++++++++++++++
 ...oyaleMXMLXML.java => TestRoyaleMXMLRegExp.java} |  74 +----------
 .../as/codegen/MXMLClassDirectiveProcessor.java    |  32 ++++-
 .../test/java/mxml/tags/MXMLRegExpTagTests.java    |  64 ++++++++++
 .../internal/tree/mxml/MXMLRegExpNodeTests.java    |  33 +++++
 11 files changed, 343 insertions(+), 72 deletions(-)
 copy 
compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/{TestRoyaleMXMLXML.java
 => TestRoyaleMXMLRegExp.java} (54%)
 create mode 100644 compiler/src/test/java/mxml/tags/MXMLRegExpTagTests.java

Reply via email to