[royale-asjs] 02/02: MetadataRunner: ignore coercion of Class to fix Firefox expected exception

2021-10-05 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository.

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

commit c2f7c2855f70342612bf732e7422534fffe9b032
Author: Josh Tynjala 
AuthorDate: Tue Oct 5 09:43:17 2021 -0700

MetadataRunner: ignore coercion of Class to fix Firefox expected exception
---
 .../src/main/royale/org/apache/royale/test/runners/MetadataRunner.as | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/runners/MetadataRunner.as
 
b/frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/runners/MetadataRunner.as
index 08b8158..8182c7e 100644
--- 
a/frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/runners/MetadataRunner.as
+++ 
b/frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/runners/MetadataRunner.as
@@ -249,6 +249,7 @@ package org.apache.royale.test.runners
 
/**
 * @private
+* @royaleignorecoercion Class
 */
protected function continueNext():Boolean
{


[royale-asjs] 01/02: RoyaleUnit: build should fail on error

2021-10-05 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository.

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

commit 381f571f1bd24c0c22e23818b83b851b3ad1ddde
Author: Josh Tynjala 
AuthorDate: Tue Oct 5 09:42:38 2021 -0700

RoyaleUnit: build should fail on error
---
 frameworks/projects/RoyaleUnit/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/RoyaleUnit/build.xml 
b/frameworks/projects/RoyaleUnit/build.xml
index da8b292..cbab607 100644
--- a/frameworks/projects/RoyaleUnit/build.xml
+++ b/frameworks/projects/RoyaleUnit/build.xml
@@ -120,7 +120,7 @@
 
 
 
-
+
 
 
 


[royale-asjs] branch develop updated (080e26b -> c2f7c28)

2021-10-05 Thread joshtynjala
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-asjs.git.


from 080e26b  Merge pull request #1154 from 
mjesteve/Jewel_VirtualComboBoxPupUp_customItemRenderer_2
 new 381f571  RoyaleUnit: build should fail on error
 new c2f7c28  MetadataRunner: ignore coercion of Class to fix Firefox 
expected exception

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:
 frameworks/projects/RoyaleUnit/build.xml| 2 +-
 .../src/main/royale/org/apache/royale/test/runners/MetadataRunner.as| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


[royale-asjs] branch develop updated (e1c3057 -> 080e26b)

2021-10-05 Thread piotrz
This is an automated email from the ASF dual-hosted git repository.

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


from e1c3057  code-tidy: reduce build noise from unused/invalid imports
 new eedacf4  Revert Changes moved to the strand setter.
 new a87f32f  Cleaning duplicate lines
 new 080e26b  Merge pull request #1154 from 
mjesteve/Jewel_VirtualComboBoxPupUp_customItemRenderer_2

The 12864 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/jewel/beads/views/ComboBoxView.as   | 28 ++
 .../jewel/beads/views/VirtualComboBoxPopUpView.as  | 24 +--
 2 files changed, 25 insertions(+), 27 deletions(-)