[4.15.0] # Apache Flex SDK 4.15.0 nightly build 152: Successful

2016-01-01 Thread flex . ci . builds
flex-sdk_release-candidate - Build #152 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/152/.

Re: JS.SWC source (was: Re: Closure compiler CompilationLevel)

2016-01-01 Thread Andy Dufilie
On Fri, Jan 1, 2016 at 3:28 AM, Alex Harui wrote: > The externc.createjs.swc target calls another ant script that munges the > externs. You could try doing that temporarily for the externc.js.swc > target. > > Oops, I was looking at the wrong target. I see the externc.js.swc target now - it comp

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-01 Thread Alex Harui
On 1/1/16, 2:18 AM, "Harbs" wrote: >Looking at the code, it looks to me like >((JSFlexJSEmitter)getEmitter()).isXMLList() returns true if it’s either >XML OR XMLList. Is that right? Yes. I think that method probably should be renamed. -Alex

Re: [GitHub] flex-falcon pull request: (relating to js.swc) Return type with te...

2016-01-01 Thread Michael Schmalle
I'm not setup for doing merges right now but this looks good for anybody else that wants to. Didn't think about using any instead of Object. You might find more little things like this, when I wrote this compiler, I was mainly looking to get it "working", didn't go through it deep. On Thu, Dec 31

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-01 Thread Harbs
Looking at the code, it looks to me like ((JSFlexJSEmitter)getEmitter()).isXMLList() returns true if it’s either XML OR XMLList. Is that right? On Dec 31, 2015, at 6:45 PM, Harbs wrote: > OK. Sounds like a fun challenge. I guess it’s not a bad idea to get my feet > wet… ;-) > > On Dec 31, 20

Re: JS.SWC source (was: Re: Closure compiler CompilationLevel)

2016-01-01 Thread Alex Harui
On 12/31/15, 8:15 PM, "Andy Dufilie" wrote: > > >I can see that the "externc.js.swc" build target in flex-falcon/build.xml >generates js.swc and that flex-falcon/externs/js/js-compile-config.xml >specifies which google closure extern files to use, but the >closure-compiler files (es3.js, etc) a