You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/11/12 13:31:01 UTC

[royale-asjs] branch feature/add_nav_tabbar_bead updated (87507dd -> e0a1492)

This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a change to branch feature/add_nav_tabbar_bead
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 87507dd  Merge branch 'develop' into feature/add_nav_tabbar_bead
     add 2dc3e90  Adding coercion to reflection setters. Should fix an issue reported in discussion thread. Added recent Reflection test updates.
     add 25295a3  Fix: Don't try to coerce to 'any' type.
     add a11161f  just because it isn't a simple databinding doesn't mean it is a constant binding.  Fixes #551
     add f17a8ce  color-piker-example: add license headers to avoid broken build
     add f504c64  A quick fix for issue #552. Match related logic in ViewDataBinding
     new e0a1492  Merge branch 'develop' into feature/add_nav_tabbar_bead

The 1 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/ColorPicker.mxml               | 18 +++++++++++++
 .../src/main/royale/ColorPickerPopUpWithPalette.as | 19 ++++++++++++-
 .../apache/royale/binding/ContainerDataBinding.as  | 17 +++++++++---
 .../apache/royale/reflection/AccessorDefinition.as | 10 +++++++
 .../apache/royale/reflection/VariableDefinition.as | 10 +++++++
 .../test/royale/flexUnitTests/ReflectionTester.as  |  5 +++-
 .../reflection/ReflectionTesterTestEdgeCases.as    | 31 +++++++++++++++++++++-
 .../flexUnitTests/reflection/support/TestClass6.as |  0
 .../reflection/support/testnamespace.as            |  0
 9 files changed, 104 insertions(+), 6 deletions(-)
 copy {manualtests/UnitTests/src/main => frameworks/projects/Reflection/src/test}/royale/flexUnitTests/reflection/ReflectionTesterTestEdgeCases.as (90%)
 copy {manualtests/UnitTests/src/main => frameworks/projects/Reflection/src/test}/royale/flexUnitTests/reflection/support/TestClass6.as (100%)
 copy {manualtests/UnitTests/src/main => frameworks/projects/Reflection/src/test}/royale/flexUnitTests/reflection/support/testnamespace.as (100%)


[royale-asjs] 01/01: Merge branch 'develop' into feature/add_nav_tabbar_bead

Posted by pi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch feature/add_nav_tabbar_bead
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit e0a1492b5800d195ccff262a7e65706447d76197
Merge: 87507dd f504c64
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Nov 12 14:30:47 2019 +0100

    Merge branch 'develop' into feature/add_nav_tabbar_bead

 .../src/main/royale/ColorPicker.mxml               |  18 ++
 .../src/main/royale/ColorPickerPopUpWithPalette.as |  19 +-
 .../apache/royale/binding/ContainerDataBinding.as  |  17 +-
 .../apache/royale/reflection/AccessorDefinition.as |  10 +
 .../apache/royale/reflection/VariableDefinition.as |  10 +
 .../test/royale/flexUnitTests/ReflectionTester.as  |   5 +-
 .../reflection/ReflectionTesterTestEdgeCases.as    | 330 +++++++++++++++++++++
 .../flexUnitTests/reflection/support/TestClass6.as |  91 ++++++
 .../reflection/support/testnamespace.as            |  26 ++
 9 files changed, 521 insertions(+), 5 deletions(-)