This is an automated email from the ASF dual-hosted git repository.
gregdove pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 13b1158f9b Fixes #1185 and Fixes #1183. Also fixes a few other
otherwise undocumented issues. (Requires compiler-jx update)
new acab343f73 Avoid the possibility of infinite loops (in JS only, SWF
untested) with xml watchers. This can happen if changes are made in watcher
functions.
new 32555dea1f Fix for an issue encountered with ObjectUtil.clone for
Strings. Related: restored some commented-out code in UIDUtil. Added some
initial ObjectUtil cloning tests.
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:
.../src/main/royale/mx/utils/ObjectUtil.as | 22 ++++++-
.../src/main/royale/mx/utils/UIDUtil.as | 13 ++--
.../src/main/royale/mx/utils/XMLNotifier.as | 71 ++++++++++++++++++----
.../flexUnitTests/mxroyale/ObjectUtilTest.as | 47 +++++++++++---
4 files changed, 127 insertions(+), 26 deletions(-)