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 93a84df Adding RenderetExistenceEvent
new 8f4b8e1 Ensure that native emulations reference singleton data for
each type in case they are added to ExtraData multiple times. (transient values
such as class alias settings will now survive this)
new 26cb150 Make constructorMethod consistent between swf and js.
new 070f64d Updated tests for recent Reflection improvements
new 9796a22 Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
The 4 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:
.../apache/royale/reflection/MethodDefinition.as | 4 +++
.../org/apache/royale/reflection/TypeDefinition.as | 6 +++++
.../apache/royale/reflection/nativejs/AS3Array.as | 5 ++--
.../royale/reflection/nativejs/AS3Boolean.as | 5 ++--
.../apache/royale/reflection/nativejs/AS3Number.as | 4 ++-
.../apache/royale/reflection/nativejs/AS3Object.as | 5 ++--
.../apache/royale/reflection/nativejs/AS3String.as | 5 ++--
.../apache/royale/reflection/nativejs/AS3Vector.as | 9 ++++++-
.../apache/royale/reflection/nativejs/AS3int.as | 4 ++-
.../apache/royale/reflection/nativejs/AS3uint.as | 4 ++-
.../reflection/ReflectionTesterTest.as | 31 ++++++++++++++++++++--
.../reflection/ReflectionTesterTestAlias.as | 23 +++++++++++++++-
.../reflection/ReflectionTesterTestDynamic.as | 11 +++-----
.../reflection/ReflectionTesterTestUseCache.as | 1 +
.../flexUnitTests/reflection/support/TestClass1.as | 4 +--
15 files changed, 97 insertions(+), 24 deletions(-)