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 c6f396bc3 MXMLComponentNode: fix null exception when fx:Component
doesn't have a correct closing tag
new e41cf7801 MXMLClassDirectiveProcess: fix Boolean, Number, int, uint,
String, Class, and Function objects in fx:Declarations with an id when
targeting SWF
new 60bec73e5 MXMLRoyaleEmitter: fix fx:Function and fx:Class with id in
fx:Declarations not getting set properly in constructor
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:
.../codegen/mxml/royale/MXMLRoyaleEmitter.java | 60 ++++-
.../as/codegen/MXMLClassDirectiveProcessor.java | 257 ++++++++++++++++++---
2 files changed, 279 insertions(+), 38 deletions(-)