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 4198ddd0b compiler-jx: a couple of missing tests for date properties
new 9c7cbc171 MemberAccessExpressionNode: remove setAllowE4XFilter() from
commit 86b4fff
new dc82b3c58 ArrayLikeUtil: fix null exception when dynamic access node
is [] (empty)
new 5f1c0f965 Tests: null conditional with dynamic access should result in
compiler error
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:
.../royale/compiler/internal/parsing/as/BaseASParser.java | 2 --
.../internal/tree/as/MemberAccessExpressionNode.java | 9 +--------
.../main/java/org/apache/royale/utils/ArrayLikeUtil.java | 7 ++++++-
.../src/test/java/as/ASNullConditionalOperatorTests.java | 15 +++++++++++++++
4 files changed, 22 insertions(+), 11 deletions(-)