Re: flexjs init the int =0

2016-07-02 Thread Alex Harui
On 7/1/16, 1:44 PM, "jude" wrote: >ihzi is correct. to clarify, the compiler should initialize integers to >zero when they are defined. and it should probably wrap any code that >assigns a value to an int with parseInt(). IMO, it should be easy to initialize integers to zero, but I'm concerned

Re: AW: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-02 Thread Alex Harui
OK, took a look. CreateJSExample and FlexJSStore_jquery also have the compiler option: -js-output-optimization=skipFunctionCoercions for the JS build. StorageExample still doesn't have cordova.swc from the externs in the pom and config.xml. HTH, -Alex On 7/2/16, 7:59 AM, "Alex Harui" wrot

Re: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Alex Harui
On 7/2/16, 7:52 AM, "Christofer Dutz" wrote: >Hi Alex, > > >indeed, when building most of the time is spent by the closure compiler >compiling the release build for the examples. It would be great if it was >possible to skip this last build. Especially as I package the content of >the war file

Re: Encode and Decode UTF8

2016-07-02 Thread Harbs
Yes. It is. I’m going to change it. On Jul 3, 2016, at 8:29 AM, Alex Harui wrote: > > > On 7/2/16, 12:22 PM, "Harbs" wrote: > >> Thanks. The GC implementation is nice and simple. >> >> One question (I think for Peter): >> >> BinaryData is using Int8Array for the view. is there a reason th

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Alex Harui
On 7/2/16, 10:34 PM, "Justin Mclean" wrote: >Hi, > >> IMO, because the patch files are generated from ant scripts, they don't >> need headers. > >IMO if it source code it need a header, otherwise how do we know how the >patch is licensed or where it come from? > >This same issue was also brough

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Justin Mclean
Hi, > IMO, because the patch files are generated from ant scripts, they don't > need headers. IMO if it source code it need a header, otherwise how do we know how the patch is licensed or where it come from? This same issue was also brought up on an incubating release recently. [1] Thanks, Jus

Re: Encode and Decode UTF8

2016-07-02 Thread Alex Harui
On 7/2/16, 12:22 PM, "Harbs" wrote: >Thanks. The GC implementation is nice and simple. > >One question (I think for Peter): > >BinaryData is using Int8Array for the view. is there a reason that it’s >not using Uint8Array? I think it should probably use Uint8Array if it is available everywhere.

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Alex Harui
IMO, because the patch files are generated from ant scripts, they don't need headers. And because the patches ares a modification to CreateJS, it is ASF content, not CreateJS content, so I didn't mention CreateJS in the LICENSE since none of their IP is bundled. In the binary package, CreateJS is

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Justin Mclean
Hi, I took a quick look at the source releases: For Falcon: - The LICENSE file is missing MIT licensed creatjs / easeljs / tweenjs [1][2] - I’m not sure how some files have this (e.g. [X]) is "Copyright 2001-2005 The Apache Software Foundation”. The dates are odd and it’s unusual for a source

Re: Encode and Decode UTF8

2016-07-02 Thread Harbs
Thanks. The GC implementation is nice and simple. One question (I think for Peter): BinaryData is using Int8Array for the view. is there a reason that it’s not using Uint8Array? Harbs On Jul 1, 2016, at 8:15 PM, Alex Harui wrote: > Actually, I saw note saying that Google Closure Library has

Re: AW: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-02 Thread Alex Harui
I will look tonight. I have family stuff today. -Alex From: Christofer Dutz mailto:christofer.d...@c-ware.de>> Date: Saturday, July 2, 2016 at 7:49 AM To: Alex Harui mailto:aha...@adobe.com>>, "dev@flex.apache.org" mailto:dev@flex.apache.org>> Subject: AW: AW: AW:

AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Christofer Dutz
Hi Alex, indeed, when building most of the time is spent by the closure compiler compiling the release build for the examples. It would be great if it was possible to skip this last build. Especially as I package the content of the war file for JS output from the js-debug or js-release dependi

AW: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-02 Thread Christofer Dutz
Hi Alex, I added the extern to the external library path. Currently I am using the maven scope "provided" for playerglobal and airglobal as it should be, to add a library to the external lib path and am mis-using the "runtime" scope a little for the rest. I just pushed my changes. So if you se

Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Alex Harui
On 7/1/16, 3:15 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, > >just report that I changed to maven 3.3.9 to get compiler running, and >must >use -DskipTests (I suppose this is ok right now) >Then, externs where build easily and quick, and finaly I could run asjs >withou

Re: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-02 Thread Alex Harui
When it gets added to the build, does it get added to library-path or external-library-path? For these "extern" swcs, we want them added to the external-library-path. Ideally, there would be a way to control that from the POM. SWCs in the library-path are supposed to contain .JS files for inc

AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-02 Thread Christofer Dutz
Ok, so I implemented this functionality. If a extern dependency is directly added to a pom, it is added to the build. Unfortunately it still seems to fail. So I debugged the compiler especially the GoogDepsWriter which is reporting the error. It is trying to find all sorts of "createjs/Displa

AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Christofer Dutz
Hi Carlos, it makes me really happy to read feedback like this [?] It has been a hard and long road to walk, but I guess we will be able to finish the last quirks soon and I think it will have been worth the efort. Chris Von: carlos.rov...@gmail.com im Auft