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 ca7fde54d commons-compress: update to 1.26.0 to make Dependabot happy
new 7af3473cb MXMLRoyaleEmitter: fix issue where non-string values in an
array could be quoted
new 3f76ef1ce RPC: arguments made with duplicate child tags are now
treated as arrays
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 | 5 +-
.../mxml/royale/TestRoyaleMXMLApplication.java | 16 +++
.../{CSSTest.mxml => MixedArrayChildren.mxml} | 19 +--
.../royale/files/MixedArrayChildren_result.js | 139 +++++++++++++++++++++
.../mxml/MXMLHTTPServiceRequestPropertyNode.java | 63 +++++++---
...XMLRemoteObjectMethodArgumentsPropertyNode.java | 64 +++++++---
...MLWebServiceOperationArgumentsPropertyNode.java | 61 ++++++---
.../java/mxml/tags/MXMLHTTPServiceTagTests.java | 9 +-
.../java/mxml/tags/MXMLRemoteObjectTagTests.java | 9 +-
.../java/mxml/tags/MXMLWebServiceTagTests.java | 22 ++++
10 files changed, 347 insertions(+), 60 deletions(-)
copy compiler-jx/src/test/resources/royale/files/{CSSTest.mxml =>
MixedArrayChildren.mxml} (73%)
create mode 100644
compiler-jx/src/test/resources/royale/files/MixedArrayChildren_result.js