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 756e1f4 BindingInfo: fix issue where binding to MXML <fx:Array> did
not work
new 208a396 MXMLRoyaleEmitter: don't output complex initializers for
numbers, strings, or arrays if the expression is an MXML data binding expression
new 8049d70 BindingInfo: fixed that destination string was missing this.
when binding directly to MXML primitives like Array/String/Number
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 | 135 +++++++++++++--------
.../internal/codegen/databinding/BindingInfo.java | 26 +++-
2 files changed, 108 insertions(+), 53 deletions(-)