[royale-asjs] branch develop updated: fix SWF side MXTests

2020-03-07 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new 9768fac fix SWF side MXTests 9768fac is

[MAVEN-BUILD] Royale-asjs - Build # 2780 - Failure

2020-03-07 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #2780) Status: Failure Check console output at https://builds.apache.org/job/Royale-asjs/2780/ to view the results.

[royale-asjs] 02/02: outerDocument emulation

2020-03-07 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit fb618bfbad0f2f04c6151e2967ed2c6039f6b6b2 Author: Alex Harui AuthorDate: Sat Mar 7 23:07:47 2020 -0800

[royale-asjs] branch develop updated (4033370 -> fb618bf)

2020-03-07 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git. from 4033370 Merge branch 'develop' of https://github.com/apache/royale-asjs into develop new dd9b607

[royale-asjs] 01/02: implement binding in these controls as rendererers

2020-03-07 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit dd9b607596740dfdef4e1cc7ee80dd91e035f682 Author: Alex Harui AuthorDate: Sat Mar 7 23:07:32 2020 -0800

[royale-asjs] branch develop updated: Added cover for XMLList for-each iteration of attributes(), children() etc, newly added support to the compiler

2020-03-07 Thread gregdove
This is an automated email from the ASF dual-hosted git repository. gregdove pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new 2dc85f5 Added cover for XMLList

[royale-compiler] branch develop updated: Fix for more cases where XMLList for-each iteration was not working properly e.g. for each(var myAtt:XML in myXML.attributes()) or for each(var myAtt:XML in m

2020-03-07 Thread gregdove
This is an automated email from the ASF dual-hosted git repository. gregdove pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new c92028f Fix for more cases where

[royale-asjs] branch develop updated: tour-de-jewel: some datagrid updates to examples

2020-03-07 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new e4dcf68 tour-de-jewel: some

[royale-asjs] branch develop updated: jewel-datagrid: removed default height. If height is not provided component measures to the num rows * rowHeight.

2020-03-07 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new de3e8ed jewel-datagrid: removed

[royale-asjs] branch develop updated: jewel-datagrid: fix when dg can surround a container and its height is percentual so it need to not overflow the container and adapt to the container's height

2020-03-07 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new 0b9a353 jewel-datagrid: fix when