[2/2] git commit: [flex-asjs] [refs/heads/develop] - Something doesn't like the use of 'int' as a member of 'Language', changed it to '_int'.

2013-11-01 Thread erikdebruin
Something doesn't like the use of 'int' as a member of 'Language', changed it to '_int'. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/de4222b4 Tree:

[1/2] git commit: [flex-asjs] [refs/heads/develop] - Added support for missing JS functions 'as', 'int', 'is', 'trace' and 'uint'. Having them be part of FlexJS removes the need to add them to the glo

2013-11-01 Thread erikdebruin
Updated Branches: refs/heads/develop 7cef6640f - de4222b4f Added support for missing JS functions 'as', 'int', 'is', 'trace' and 'uint'. Having them be part of FlexJS removes the need to add them to the global namespace, preventing unnecessary pollution. Signed-off-by: Erik de Bruin

[03/10] git commit: [flex-falcon] [refs/heads/develop] - Fixed tests to reflect the new location ('org.apache.flex.utils.Language') of the global language support functions - 'as', 'int', 'is', 'trace

2013-11-01 Thread erikdebruin
Fixed tests to reflect the new location ('org.apache.flex.utils.Language') of the global language support functions - 'as', 'int', 'is', 'trace' and 'uint'. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

[02/10] git commit: [flex-falcon] [refs/heads/develop] - Test project for 'as' and 'is' operators in FlexJS.

2013-11-01 Thread erikdebruin
Test project for 'as' and 'is' operators in FlexJS. Note: the HTML file needs valid references to both 'goog.base' and 'org.apache.flex.utils.Language' for it to work. This file is included as reference more than a functional test. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project:

[10/10] git commit: [flex-falcon] [refs/heads/develop] - Fixed some more tests to reflect the new location ('org.apache.flex.utils.Language') of the global language support functions.

2013-11-01 Thread erikdebruin
Fixed some more tests to reflect the new location ('org.apache.flex.utils.Language') of the global language support functions. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

[01/10] git commit: [flex-falcon] [refs/heads/develop] - Something doesn't like the use of 'int' as a member of the 'Language' class, changed it to '_int'.

2013-11-01 Thread erikdebruin
Updated Branches: refs/heads/develop 9a3f3d990 - a351366c8 Something doesn't like the use of 'int' as a member of the 'Language' class, changed it to '_int'. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

[05/10] git commit: [flex-falcon] [refs/heads/develop] - With the introduction of 'org.apache.flex.utils.Language', these global utility functions, which fill in some of the language gaps between AS a

2013-11-01 Thread erikdebruin
With the introduction of 'org.apache.flex.utils.Language', these global utility functions, which fill in some of the language gaps between AS and JS, are no longer needed. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

[09/10] git commit: [flex-falcon] [refs/heads/develop] - Small fix to JS emitter and the addition of 'org.apache.flex.utils.Language' emission to the MXML emitter.

2013-11-01 Thread erikdebruin
Small fix to JS emitter and the addition of 'org.apache.flex.utils.Language' emission to the MXML emitter. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/1d2d36cc

[07/10] git commit: [flex-falcon] [refs/heads/develop] - Added emission of 'org.apache.flex.utils.Language' methods and supporting code.

2013-11-01 Thread erikdebruin
Added emission of 'org.apache.flex.utils.Language' methods and supporting code. Supported methods are 'as', 'int', 'is', 'trace' (partial) and 'uint'. In order for 'is' to work, all classes implementing, and all interfaces extending, interfaces get a (static) constant added to their 'footer':

[06/10] git commit: [flex-falcon] [refs/heads/develop] - The test implementation of the project compilation method didn't assign a value to the 'mainCU' property of 'FlexJSProject'.

2013-11-01 Thread erikdebruin
The test implementation of the project compilation method didn't assign a value to the 'mainCU' property of 'FlexJSProject'. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

[08/10] git commit: [flex-falcon] [refs/heads/develop] - Added project (multiple classes) support to FlexJS tests.

2013-11-01 Thread erikdebruin
Added project (multiple classes) support to FlexJS tests. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/7bebfd4b Tree:

[04/10] git commit: [flex-falcon] [refs/heads/develop] - When available - which is not always the case in the tests - include the fully qualified interface name in the @extends annotation.

2013-11-01 Thread erikdebruin
When available - which is not always the case in the tests - include the fully qualified interface name in the @extends annotation. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

Build failed in Jenkins: flex-sdk_mustella #506

2013-11-01 Thread flex . mustella
See http://localhost:8080/job/flex-sdk_mustella/506/changes Changes: [aharui] fix up new MXML codegen and Databinding codegen handling -- [...truncated 86252 lines...] desktop_runner: [echo] Willkommen auf Runner [java] starting

Jenkins build became unstable: flex-flexunit #279

2013-11-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-flexunit/279/

[2/2] git commit: [flex-sdk] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

2013-11-01 Thread mamsellem
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2a121265 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2a121265 Diff:

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33861 Flex Incorrectly Scaling Down Application mutella test pass: tests/mobile/*

2013-11-01 Thread mamsellem
Updated Branches: refs/heads/develop 3c3d2c01f - 2a1212652 FIX FLEX-33861 Flex Incorrectly Scaling Down Application mutella test pass: tests/mobile/* Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/bb65af30 Tree:

Jenkins build is back to normal : flex-sdk_mustella #507

2013-11-01 Thread flex . mustella
See http://localhost:8080/job/flex-sdk_mustella/507/

Jenkins build is back to stable : flex-flexunit #280

2013-11-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-flexunit/280/

Re: [1/2] git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33861 Flex Incorrectly Scaling Down Application mutella test pass: tests/mobile/*

2013-11-01 Thread Alex Harui
Looks fine. One random thought: If this code doesn't get called often, putting some of the constants like 1024 and 2048 into static vars would allow someone to change those numbers if needed. -Alex On 11/1/13 3:27 PM, mamsel...@apache.org mamsel...@apache.org wrote: Updated Branches: