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 733c41409 MXMLClassReferenceNodeBase: detect MXML 2006 declarations
and add them to implicit MXMLDeclarationsNodes in the AST (references #243)
new 7c450b058 MXMLVectorNode: fix wrong value of type in
initializeDefaultProperty()
new 2ed32afd8 MXMLRoyaleEmitter: an array containing a vector is not simple
new 16e41abb8 MXMLRoyaleEmitter: missing implementation for <fx:Vector>
inside <fx:Declarations>
The 3 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 | 224 ++++++++++++++++++++-
.../internal/tree/mxml/MXMLVectorNode.java | 13 +-
2 files changed, 230 insertions(+), 7 deletions(-)