RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-27 Thread Frédéric THOMAS
> Fred, I think I tried it correctly, but am not getting the private > function in the constructor. What setting are you using? -js-output-type=FLEXJS class Main { private function start():void { // The code that will be called }} Frédéric THOMAS >

RE: [Externs] jasmine-2.0.js

2015-06-27 Thread Frédéric THOMAS
Hi Mike, I can now compile jasmine, I'm not sure my fix is very clean but it works, I've been able to compile all the externs with. I will commit it later today or tomorrow as I need to clean a bit before and it would be nice if you can review it. Thanks, Frédéric THOMAS -

Re: [Externs] jasmine-2.0.js

2015-06-27 Thread Michael Schmalle
Well its the practice. I know the pattern I am using so if I have to adjust it to fit I will. You can tell that with AST type stuff, it has to follow a specific pattern or everything turns to crap when trying to add stuff down the road. Commit it sooner than later as I have a couple hours to check

Re: [Externs] jasmine-2.0.js

2015-06-27 Thread Michael Schmalle
I just noticed you said today or tomorrow, whatever man. doesn't matter. Mike On Sat, Jun 27, 2015 at 5:17 AM, Michael Schmalle wrote: > Well its the practice. I know the pattern I am using so if I have to > adjust it to fit I will. You can tell that with AST type stuff, it has to > follow a sp

Re: [FalconJX jsc] Stop renaming of packages using underscore when compiling with jsc

2015-06-27 Thread Josh Tynjala
Thanks, Alex! I'll give it a try on Monday. - Josh On Jun 26, 2015 10:34 PM, "Alex Harui" wrote: > I quickly threw together a custom backend that doesn’t output css and > shouldn’t rename createjs.Stage. > > Change your js-output-type to JSC instead of FLEXJS. > > If it works for you then we can

RE: [Externs] jasmine-2.0.js

2015-06-27 Thread Frédéric THOMAS
Hi Mike, I pushed the changes which are ready to be reviewed. Note: The jasmine-2.0.js is not committed as it should be downloaded with the unpack-externs target of the download.xml, I followed the model. Thanks, Frédéric THOMAS > Date: Sat, 27 Jun 201

RE: [Externs] jasmine-2.0.js

2015-06-27 Thread Frédéric THOMAS
> I pushed the changes which are ready to be reviewed. oups, hold on, I had some things commented that hidden other problems, I will continue on it. Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [Externs] jasmi

RE: [Externs] jasmine-2.0.js

2015-06-27 Thread Frédéric THOMAS
Ok, done ! I forgot to uncomment the externc build of jasmine and print the global function imports ! Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [Externs] jasmine-2.0.js > Date: Sat, 27 Jun 2015 20:12:16 +01

RE: [Externs] jasmine-2.0.js

2015-06-27 Thread Frédéric THOMAS
Just to explain what I did, especially to folks who would like to get their hand dirty on the compiler but like me, don't know how it works :-) I was adding jasmine-2.0.js [1], a file that contains only jsDoc (parameters and return type descriptions) and declarations, no implementations. When I

Re: [Externs] jasmine-2.0.js

2015-06-27 Thread Michael Schmalle
Hey Fred, I was out all day. I will have some time in the morning to look at what you did and comment. :) Mike On Sat, Jun 27, 2015 at 5:27 PM, Frédéric THOMAS wrote: > Just to explain what I did, especially to folks who would like to get > their hand dirty on the compiler but like me, don't kn

Re : Re: [Externs] jasmine-2.0.js

2015-06-27 Thread Frédéric THOMAS
I'm out right now but will read ASAP --- Message initial --- De : "Michael Schmalle" Envoyé : 27 juin 2015 22:59 A : dev@flex.apache.org Objet : Re: [Externs] jasmine-2.0.js Hey Fred, I was out all day. I will have some time in the morning to look at what you did and comment. :) Mike On Sat,