> Not sure what that means, but I’d guess we are two weeks away from any > votes on a release.
Good to know, in this case I will modify the compiler first and update the wiki after if once again, there are no objections. Today while using externs, we can code for FP and / or JS, when coding for both, we use "-define" to conditionally compile the AS3 part and the JS one. It means 2 calls to the compiler from IJ (2 build configurations) with different options, for example: JS: -define+=COMPILE::AS3,false -define+=COMPILE::JS,true -js-output-type=FLEXJS AS3: -define+=COMPILE::AS3,true -define+=COMPILE::JS,false -include-file=js/out/HtmlContainer.js,out\production\HtmlContainer\js\out\HtmlContainer.js In the same optic I added FLEXJS_DUAL to compile both AS3 and JS in one call from IJ (which means 1 build configuration only), I would like to simplify the configuration also for externs. The result would be only 1 build configuration: COMPILE::AS3,AUTO -define+=COMPILE::JS,AUTO And the rest would be inferred and the AS3 and the JS would be built in a once. Does it make sense ? Frédéric THOMAS ---------------------------------------- > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FlexJS] Setup Error > Date: Fri, 7 Aug 2015 16:16:27 +0000 > > > > On 8/7/15, 8:55 AM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote: >>Another thing I would have liked to do before the release is to modify >>the front compiler to avoid to have 2 build configurations in IJ when >>working with externs but not sure I will have the time, I'm quite busy at >>the moment and I've seen a last call already. > > Not sure what that means, but I’d guess we are two weeks away from any > votes on a release. > > I’m almost done with the AS side of FlexJSStore, then have to finish the > JS side and I want to see the following compiler issues fixed: > - Functions and goog.bind > - non-scalar initializers in the constructor > - generate missing getters and setters > > Volunteers always welcome! > -Alex > >