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 b3f8084 FindRoyaleMXMLPropertyNamesToKeep: fix incorrect exception
when name is not string
new 6159732 MXMLPropertySpecifierNode: fixed Generated byte code contains
an operand stack underflow error when binding to a property typed as Array in
MXML using an element
new 756e1f4 BindingInfo: fix issue where binding to MXML <fx:Array> did
not work
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/internal/codegen/databinding/BindingInfo.java | 8 ++++++++
.../royale/compiler/internal/tree/mxml/MXMLDataBindingParser.java | 5 +++++
.../compiler/internal/tree/mxml/MXMLPropertySpecifierNode.java | 5 ++++-
3 files changed, 17 insertions(+), 1 deletion(-)