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 2f14d6d5e compiler: strict-flex-css compiler option
new c14e5b832 compiler: Fix null pointer exception when omitting quoted
<fx:Style> value for source attribute
new 04b917f41 compiler: fix parsing of source, destination, and twoWay
values in MXMLBindingNode
new b575f53dd compiler: better problem message when MXML implements
attribute is empty
new f943136f8 compiler: fix ArrayStoreException for unexpected attributes
on <fx:Array> and <fx:Vector>
new 575793f0c compiler: Fix null pointer exception when omitting quoted
<fx:Vector> value for fixed and type attributes
The 5 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:
RELEASE_NOTES.md | 6 ++++
.../internal/parsing/mxml/MXMLScopeBuilder.java | 16 ++++++++---
.../compiler/internal/tree/mxml/MXMLArrayNode.java | 2 +-
.../internal/tree/mxml/MXMLBindingNode.java | 33 ++++++++++++++++++----
.../compiler/internal/tree/mxml/MXMLNodeBase.java | 11 +++++++-
.../internal/tree/mxml/MXMLVectorNode.java | 12 ++++++--
6 files changed, 66 insertions(+), 14 deletions(-)