git commit: [flex-sdk] [refs/heads/develop] - FIXED - 33877 - Avoid uneeded point allocation in BusyIndicator

2013-11-05 Thread mamsellem
Updated Branches: refs/heads/develop 45f51db60 - 1277b0970 FIXED - 33877 - Avoid uneeded point allocation in BusyIndicator Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1277b097 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33878 avoid unnecessary matrix allocations

2013-11-05 Thread mamsellem
Updated Branches: refs/heads/develop 1277b0970 - 0b6fa00f2 FIX FLEX-33878 avoid unnecessary matrix allocations Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0b6fa00f Tree:

[2/4] git commit: [flex-asjs] [refs/heads/develop] - This allows pure Actionscript projects to be compiled using FalconJx. It's kinda like the 'Application.js', but different ; -)

2013-11-05 Thread erikdebruin
This allows pure Actionscript projects to be compiled using FalconJx. It's kinda like the 'Application.js', but different ;-) Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit:

[4/4] git commit: [flex-asjs] [refs/heads/develop] - If the 'interfaces' array is implemented as a class constant, the Closure Compiler (release mode) optimises it to a global variable, thereby maki

2013-11-05 Thread erikdebruin
If the 'interfaces' array is implemented as a class constant, the Closure Compiler (release mode) optimises it to a global variable, thereby making it unreachable with a class member access. When instead using a class member for storage, and using an instance for access, the code is no longer

[01/11] git commit: [flex-falcon] [refs/heads/develop] - No longer needed, there is now a 'test case' example in the ASJS project.

2013-11-05 Thread erikdebruin
Updated Branches: refs/heads/develop fa7b34054 - 7020dcfac No longer needed, there is now a 'test case' example in the ASJS project. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

[02/11] git commit: [flex-falcon] [refs/heads/develop] - Cleaned up some TODOs ; -)

2013-11-05 Thread erikdebruin
Cleaned up some TODOs ;-) 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/fc217059 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/fc217059 Diff:

[11/11] git commit: [flex-falcon] [refs/heads/develop] - This is where all the magic happens ; -)

2013-11-05 Thread erikdebruin
This is where all the magic happens ;-) - updated emission of 'as', 'instanceof' and 'is' operators - added emission of 'interfaces classes' with 'goog.require' - added 'storage' for implemented/extended interfaces as a property of the class Signed-off-by: Erik de Bruin e...@ixsoftware.nl

[3/4] git commit: [flex-asjs] [refs/heads/develop] - Actual implementation of 'is()'.

2013-11-05 Thread erikdebruin
Actual implementation of 'is()'. 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/f988da4e Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f988da4e Diff:

[08/11] git commit: [flex-falcon] [refs/heads/develop] - Add missing 'instanceof' enumeration

2013-11-05 Thread erikdebruin
Add missing 'instanceof' enumeration 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/39102dfc Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/39102dfc

[03/11] git commit: [flex-falcon] [refs/heads/develop] - Removed an @Ignore and TODO, with documentation.

2013-11-05 Thread erikdebruin
Removed an @Ignore and TODO, with documentation. 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/68e0b487 Tree:

[07/11] git commit: [flex-falcon] [refs/heads/develop] - Fetch and store all interface imports for use during the initial writing of the FlexJS classes

2013-11-05 Thread erikdebruin
Fetch and store all interface imports for use during the initial writing of the FlexJS classes 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/765a8c2f Tree:

[09/11] git commit: [flex-falcon] [refs/heads/develop] - More changes to tests to match desired 'goog' JS output

2013-11-05 Thread erikdebruin
More changes to tests to match desired 'goog' JS output 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/f3f04f41 Tree:

[10/11] git commit: [flex-falcon] [refs/heads/develop] - Added enumeration for the 'interfaces' array

2013-11-05 Thread erikdebruin
Added enumeration for the 'interfaces' array 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/3905b3e8 Tree:

[05/11] git commit: [flex-falcon] [refs/heads/develop] - Build files now download latest version of Guava (15.0 at the time of writing) and Closure Compiler.

2013-11-05 Thread erikdebruin
Build files now download latest version of Guava (15.0 at the time of writing) and Closure Compiler. 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/170f8c8f Tree:

Jenkins build became unstable: flex-flexunit #287

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

Build failed in Jenkins: flex-falcon #194

2013-11-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-falcon/194/changes Changes: [gordonsmith] Falcon: Updated guava.jar to the current release, 15.0 [erik] Fixed old TODO: handle parsing of 'rest' parameter. [erik] Removed an @Ignore and TODO, with documentation. [erik] Cleaned up some TODOs ;-) [erik]

Re: Build failed in Jenkins: flex-falcon #194

2013-11-05 Thread Alex Harui
Can someone with knowledge of the build system go an delete lib/guava*.*? Thanks, -Alex On 11/5/13 6:46 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/flex-falcon/194/changes Changes: [gordonsmith] Falcon: Updated guava.jar to the current release,

Build failed in Jenkins: flex-sdk_release #305

2013-11-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk_release/305/changes Changes: [maurice.amsellem] FIX FLEX-33871 : spark.skins.mobile480.assets:ActionBarBackground not found [maurice.amsellem] FIX - FLEX-33865 ConstraintLayout optimization [jmclean] FLEX-33875 check to stop RTE [jmclean] update

Re: Build failed in Jenkins: flex-falcon #194

2013-11-05 Thread Erik de Bruin
I've already changed the Jenkins job to always ant wipe-all all. EdB On Tue, Nov 5, 2013 at 5:08 PM, Alex Harui aha...@adobe.com wrote: Can someone with knowledge of the build system go an delete lib/guava*.*? Thanks, -Alex On 11/5/13 6:46 AM, Apache Jenkins Server

Jenkins build is back to normal : flex-sdk_release #306

2013-11-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk_release/306/

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

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

git commit: [flex-asjs] [refs/heads/develop] - DataGrid example.

2013-11-05 Thread pent
Updated Branches: refs/heads/develop 07d4e7b73 - bbba578de DataGrid example. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/bbba578d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/bbba578d Diff:

[8/8] git commit: [flex-sdk] [refs/heads/develop] - forgot that Resources can be used outside of a Flex app

2013-11-05 Thread aharui
forgot that Resources can be used outside of a Flex app Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/27694bb4 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/27694bb4 Diff:

[4/8] git commit: [flex-sdk] [refs/heads/develop] - adjustments for Falcon MXML codegen

2013-11-05 Thread aharui
adjustments for Falcon MXML codegen Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c2dd42b1 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c2dd42b1 Diff:

[6/8] git commit: [flex-sdk] [refs/heads/develop] - remove file accidentally checked in

2013-11-05 Thread aharui
remove file accidentally checked in Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6b777697 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6b777697 Diff:

[2/8] adjustments for Falcon MXML codegen

2013-11-05 Thread aharui
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c2dd42b1/mustella/as3/src/mustella/UnitTester.as -- diff --git a/mustella/as3/src/mustella/UnitTester.as b/mustella/as3/src/mustella/UnitTester.as index 24c3918..87fae47 100644

[3/3] git commit: [flex-falcon] [refs/heads/develop] - Switch mxml properties to private var so each layer of inheritance will run it in the same order as MXMLC would do it. Also don't put protected/p

2013-11-05 Thread aharui
Switch mxml properties to private var so each layer of inheritance will run it in the same order as MXMLC would do it. Also don't put protected/private vars in the descriptor stream. And handle fx:Components in fx:Declarations. They need to be special cased into a simple value Project:

[1/3] git commit: [flex-falcon] [refs/heads/develop] - More binding fixes

2013-11-05 Thread aharui
Updated Branches: refs/heads/develop 7020dcfac - 325cce668 More binding fixes Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/d097b08a Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d097b08a

[2/3] git commit: [flex-falcon] [refs/heads/develop] - Add flag to info() structure so we can tell if a SWF was compiled by Falcon

2013-11-05 Thread aharui
Add flag to info() structure so we can tell if a SWF was compiled by Falcon Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/525c2717 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/525c2717 Diff:

git commit: [flex-falcon] [refs/heads/develop] - Added another pathway for finding 'goog' files by their class name.

2013-11-05 Thread erikdebruin
Updated Branches: refs/heads/develop 325cce668 - 20296ebb1 Added another pathway for finding 'goog' files by their class name. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: