git commit: [flex-falcon] [refs/heads/develop] - FLEX-33713: An NPE is thrown by this code when compiling 'spark.swc' from the SDK. The null check bypasses the issue, it doesn't do anything to fix the

2013-09-23 Thread erikdebruin
Updated Branches: refs/heads/develop f7956f9a4 -> 78cbff9f0 FLEX-33713: An NPE is thrown by this code when compiling 'spark.swc' from the SDK. The null check bypasses the issue, it doesn't do anything to fix the root cause... Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.

[2/3] git commit: [flex-falcon] [refs/heads/develop] - FLEX-33731: disable 'duplicate skin state' warning.

2013-09-23 Thread erikdebruin
FLEX-33731: disable 'duplicate skin state' warning. Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/9fb34cb8 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9fb34cb8 Dif

[3/3] git commit: [flex-falcon] [refs/heads/develop] - FLEX-33305: disable 'definition not found' warning.

2013-09-23 Thread erikdebruin
FLEX-33305: disable 'definition not found' warning. Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/5abe3d03 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/5abe3d03 Dif

[1/3] git commit: [flex-falcon] [refs/heads/develop] - FLEX-33310: disable 'duplicate skin state' warning.

2013-09-23 Thread erikdebruin
Updated Branches: refs/heads/develop 78cbff9f0 -> 5abe3d03d FLEX-33310: disable 'duplicate skin state' warning. Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/d0609ed5 Tree: http

[3/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33307: fix missing import statements - missing according to Falcon, not the old compiler. Not sure if this is a valid difference between the ol

2013-09-23 Thread erikdebruin
FLEX-33307: fix missing import statements - missing according to Falcon, not the old compiler. Not sure if this is a valid difference between the old compiler and Falcon, or if I'm just working around an issue that needs fixin' Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.or

[4/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33307: fix another couple of 'variable definition duplicates function parameter' warnings.

2013-09-23 Thread erikdebruin
FLEX-33307: fix another couple of 'variable definition duplicates function parameter' warnings. Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/633f5253 Tree: http://git-wip-us.apache.org/

[2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33731: solves 'access of possibly undefined property' that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this is a

2013-09-23 Thread erikdebruin
FLEX-33731: solves 'access of possibly undefined property' that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this is a valid difference between the old compiler and Falcon, or if I'm just working around an issue that needs fixin' Signed-off-by: Erik de Bruin Pro

[1/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33731: solves 'definition not found' issue that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this is a valid diff

2013-09-23 Thread erikdebruin
Updated Branches: refs/heads/develop b32da1e51 -> 82fb7f8bd FLEX-33731: solves 'definition not found' issue that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this is a valid difference between the old compiler and Falcon, or if I'm just working around an issue t

[5/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33307: solves a kazillion issues with MXFTETextInput that pop up when trying to compile 'spark.swc' with Falcon. Not sure if this is a valid di

2013-09-23 Thread erikdebruin
FLEX-33307: solves a kazillion issues with MXFTETextInput that pop up when trying to compile 'spark.swc' with Falcon. Not sure if this is a valid difference between the old compiler and Falcon, or if I'm just working around an issue that needs fixin' Signed-off-by: Erik de Bruin Project: htt

git commit: [flex-falcon] [refs/heads/develop] - FLEX-33307: adding these arguments makes most of the warnings and some of the errors go away. Baby steps ; -)

2013-09-23 Thread erikdebruin
Updated Branches: refs/heads/develop 5abe3d03d -> 05cfdcb68 FLEX-33307: adding these arguments makes most of the warnings and some of the errors go away. Baby steps ;-) Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.a

Jenkins build became unstable: flex-flexunit #143

2013-09-23 Thread Apache Jenkins Server
See

Re: git commit: [flex-falcon] [refs/heads/develop] - FLEX-33307: adding these arguments makes most of the warnings and some of the errors go away. Baby steps ; -)

2013-09-23 Thread Alex Harui
Nevermind, I guess you need to do that for the AIR-related SWCs? -Alex On 9/23/13 9:51 AM, "Alex Harui" wrote: >I believe that we normally compile the framework against flex-config.xml >not air-config.xml. Is there a reason you chose air-config? > >-Alex > >On 9/23/13 7:31 AM, "erikdebr...@ap

Re: [2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33731: solves 'access of possibly undefined property' that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this

2013-09-23 Thread Alex Harui
Hmm, not so sure about this one. Why is this code not necessary? On 9/23/13 7:31 AM, "erikdebr...@apache.org" wrote: >FLEX-33731: solves 'access of possibly undefined property' that pops up >when trying to compile 'experimental.swc' with Falcon. Not sure if this >is a valid difference between t

Re: git commit: [flex-falcon] [refs/heads/develop] - FLEX-33307: adding these arguments makes most of the warnings and some of the errors go away. Baby steps ; -)

2013-09-23 Thread Alex Harui
I believe that we normally compile the framework against flex-config.xml not air-config.xml. Is there a reason you chose air-config? -Alex On 9/23/13 7:31 AM, "erikdebr...@apache.org" wrote: >Updated Branches: > refs/heads/develop 5abe3d03d -> 05cfdcb68 > > >FLEX-33307: adding these arguments

Re: [2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33731: solves 'access of possibly undefined property' that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this

2013-09-23 Thread Erik de Bruin
I guess that's up to "Tink" to explain. All I know is that those 2 lines after the we giving Falcon grief because that variable and method don't seem to be declared anywhere I could easily find and since the code won't execute in a meaningful way I figured commenting it out was the fastest route to

Re: [2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33731: solves 'access of possibly undefined property' that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this

2013-09-23 Thread Alex Harui
On 9/23/13 11:00 AM, "Erik de Bruin" wrote: >I guess that's up to "Tink" to explain. All I know is that those 2 >lines after the we giving Falcon grief because that variable and >method don't seem to be declared anywhere I could easily find and >since the code won't execute in a meaningful way

Build failed in Jenkins: flex-flexunit #145

2013-09-23 Thread Apache Jenkins Server
See -- [...truncated 1422 lines...] [flexunit] Suite: org.hamcrest.filter.FilterFunctionTest [flexunit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [flexunit] Suite: org.ham

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

2013-09-23 Thread Apache Jenkins Server
See

[apacheflex/whiteboard_fthomas_developerToolSuite] db14c6: fixed typo

2013-09-23 Thread Frederic THOMAS
Branch: refs/heads/develop Home: https://github.com/apacheflex/whiteboard_fthomas_developerToolSuite Commit: db14c671d927a424642febb65817be45e3d2e2f5 https://github.com/apacheflex/whiteboard_fthomas_developerToolSuite/commit/db14c671d927a424642febb65817be45e3d2e2f5 Author: Frederic

Re: git commit: [flex-falcon] [refs/heads/develop] - FLEX-33713: An NPE is thrown by this code when compiling 'spark.swc' from the SDK. The null check bypasses the issue, it doesn't do anything to fix

2013-09-23 Thread Alex Harui
Hmm. Seems like methodBodyVisitor is needed to complete the codegen for the static initializer. Instead of a null check, a call to getMethodBodyVisitor() might be the right answer, but a simple test case that verifies correct codegen would be helpful. There might be something unique to TextFlowU