Re: [Falcon] BasicTests compiles and runs

2013-09-05 Thread Alexander Doroshko
On 04.09.2013 21:48, Alex Harui wrote: It is interesting that folks using IntelliJ don't complain about compile time issues yet IntelliJ doesn't use incremental compiles. Actually they do [1]. Users ask to bring back support of incremental fcsh compiler because it gives performance gain for som

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Erik de Bruin
is > opened. > > -Message d'origine- > De : Alex Harui [mailto:aha...@adobe.com] > Envoyé : mercredi 4 septembre 2013 19:48 > À : Erik de Bruin > Cc : dev@flex.apache.org > Objet : Re: [Falcon] BasicTests compiles and runs > > > > On 9/4/13 10:43 AM

RE: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Frédéric THOMAS
ik de Bruin Cc : dev@flex.apache.org Objet : Re: [Falcon] BasicTests compiles and runs On 9/4/13 10:43 AM, "Erik de Bruin" wrote: >Might we be able to get someone on the Flash Builder team (if there is >such a thing) to join this conversation and maybe shed some light on >some of these

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Alex Harui
On 9/4/13 10:43 AM, "Erik de Bruin" wrote: >Might we be able to get someone on the Flash Builder team (if there is >such a thing) to join this conversation and maybe shed some light on >some of these issues? I believe the original authors are no longer at Adobe. It is interesting that folks us

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Erik de Bruin
Might we be able to get someone on the Flash Builder team (if there is such a thing) to join this conversation and maybe shed some light on some of these issues? EdB On Wed, Sep 4, 2013 at 7:36 PM, Alex Harui wrote: > > > On 9/4/13 10:32 AM, "Darrell Loverin" wrote: > >>It would be a separate

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Darrell Loverin
t the configuration options as a command line string >>and use that to kick off the falcon build. >> >> >>-Darrell >> >> >>On 9/3/13 7:02 PM, "Gordon Smith" wrote: >> >>>Ah. Then maybe set a FALCON environment variable to true

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Alex Harui
On 9/4/13 10:32 AM, "Darrell Loverin" wrote: >It would be a separate compile as you noted but what other choice is there >if we don't have access to the FB sources? We could try to get more FB code donated, but then we'd also need a way to modify existing FB installs. That's why I'm wondering

RE: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Gordon Smith
today. FB uses the pre-donation com.adobe Falcon classes for code hinting. - Gordon -Original Message- From: Darrell Loverin [mailto:dlove...@adobe.com] Sent: Wednesday, September 04, 2013 10:32 AM To: dev@flex.apache.org; Erik de Bruin Subject: Re: [Falcon] BasicTests compiles and

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Darrell Loverin
t in memory. > >- Gordon > >-Original Message- >From: Gordon Smith [mailto:gosm...@adobe.com] >Sent: Wednesday, September 04, 2013 10:14 AM >To: dev@flex.apache.org; Erik de Bruin >Subject: RE: [Falcon] BasicTests compiles and runs > >> FLEX_COMPILER_HOME > &g

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Erik de Bruin
second part sets the configuration and then >>>>compiles. We can probably keep the first part mostly in place. We modify >>>>the second part to get the configuration options as a command line >>>>string >>>>and use that to kick off the falcon build. >>

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Alex Harui
On 9/4/13 10:20 AM, "Gordon Smith" wrote: >> The current FB can't use Falcon > >By making a new flex-compiler-oem.jar based on Falcon, you could make FB >use Falcon to compile. But I don't think you'd get memory-resident data >structures, which was one of the main points of Falcon... I think wi

RE: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Gordon Smith
was to have the code hinting and the compilation share data structures that are resident in memory. - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Wednesday, September 04, 2013 10:14 AM To: dev@flex.apache.org; Erik de Bruin Subject: RE: [Falcon]

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Darrell Loverin
first part is where FB calls in to convert its settings into mxmlc >>>>configuration settings. The second part sets the configuration and then >>>>compiles. We can probably keep the first part mostly in place. We >>>>modify >>>>the second part to get the configura

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Alex Harui
t;- Gordon > >-Original Message- >From: Darrell Loverin [mailto:dlove...@adobe.com] >Sent: Wednesday, September 04, 2013 8:59 AM >To: dev@flex.apache.org; Erik de Bruin >Subject: Re: [Falcon] BasicTests compiles and runs > >I agree that an environment variable is a good way t

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Alex Harui
t;>>and use that to kick off the falcon build. >>> >>> >>>-Darrell >>> >>> >>>On 9/3/13 7:02 PM, "Gordon Smith" wrote: >>> >>>>Ah. Then maybe set a FALCON environment variable to true and have the >>>&g

RE: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Gordon Smith
inal Message- From: Darrell Loverin [mailto:dlove...@adobe.com] Sent: Wednesday, September 04, 2013 8:59 AM To: dev@flex.apache.org; Erik de Bruin Subject: Re: [Falcon] BasicTests compiles and runs I agree that an environment variable is a good way to break the flex sdk and compiler location depe

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Darrell Loverin
com] >Sent: Tuesday, September 03, 2013 3:58 PM >To: dev@flex.apache.org; Erik de Bruin >Subject: Re: [Falcon] BasicTests compiles and runs > >Yeah, but I think FB only knows how to find and launch mxmlc. And folks >with ant scripts, etc, should be able to switch easily. > >The shell

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Alex Harui
t;Gordon Smith" wrote: >> >>>The simplest thing is just to have dual launch scripts: fmxmlc (Falcon) >>>vs. mxmlc (old compiler), fcompc vs. compc, etc. >>> >>>- Gordon >>> >>>-Original Message- >>>From: Alex Har

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Erik de Bruin
Darrell, Excellent, that did the trick. Now I can start playing with it, and maybe even contribute something useful ;-) EdB On Tue, Sep 3, 2013 at 10:08 PM, Darrell Loverin wrote: > The below args almost work for me from eclipse. There are three undefined > classes because "flash.filters.*" i

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
applications. >> >> Well, IMO, Falcon is ready to compile arbitrary MXML apps, it just >>may >> >>not >> >> produce correct results. But you and Darrell know the code better. >>I >> >>was >> >> going to invite folks to try

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Cyrill Zadra
; >>was > >> going to invite folks to try it and file bugs. Do you think we should > >> wait a bit longer and run some other test cases first? > >> > >> > > >> >- Gordon > >> > > >> >-Original Message- > &g

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
ite folks to try it and file bugs. Do you think we should >> wait a bit longer and run some other test cases first? >> >> > >> >- Gordon >> > >> >-Original Message- >> >From: Gordon Smith [mailto:gosm...@adobe.com] >> >Sent: Tuesda

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Cyrill Zadra
---Original Message- > >From: Gordon Smith [mailto:gosm...@adobe.com] > >Sent: Tuesday, September 03, 2013 3:53 PM > >To: dev@flex.apache.org; Erik de Bruin > >Subject: RE: [Falcon] BasicTests compiles and runs > > > >The simplest thing is just to have dual la

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
OK, checked that in. You'll now get a compiler problem if the mustella.swc isn't there. Right now you'll get six errors because we reverted one fix and Darrell's providing a better solution. Thanks for catching that, Erik. -Alex On 9/3/13 1:31 PM, "Alex Harui" wrote: >Hmm, that's hard to wor

RE: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Gordon Smith
: [Falcon] BasicTests compiles and runs Excellent. I'll try it out now. Now that you've seen how we manage the source code in Git for Apache Flex, what do you think we should do about packaging up Falcon to work with an Apache Flex SDK? There would need to be some sort of "s

RE: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Gordon Smith
find down to a simple test case and post the code that doesn't work with the bug. - Gordon -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, September 03, 2013 4:02 PM To: dev@flex.apache.org; Erik de Bruin Subject: Re: [Falcon] BasicTests compiles and

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
eptember 03, 2013 2:45 PM >To: dev@flex.apache.org; Erik de Bruin >Subject: Re: [Falcon] BasicTests compiles and runs > >Excellent. I'll try it out now. > >Now that you've seen how we manage the source code in Git for Apache >Flex, what do you think we should do about packaging

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
t; >-Original Message- >From: Gordon Smith [mailto:gosm...@adobe.com] >Sent: Tuesday, September 03, 2013 3:53 PM >To: dev@flex.apache.org; Erik de Bruin >Subject: RE: [Falcon] BasicTests compiles and runs > >The simplest thing is just to have dual launch scripts: fmxmlc

RE: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Gordon Smith
:gosm...@adobe.com] Sent: Tuesday, September 03, 2013 3:53 PM To: dev@flex.apache.org; Erik de Bruin Subject: RE: [Falcon] BasicTests compiles and runs The simplest thing is just to have dual launch scripts: fmxmlc (Falcon) vs. mxmlc (old compiler), fcompc vs. compc, etc. - Gordon -Original Me

RE: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Gordon Smith
ay, September 03, 2013 2:45 PM >To: dev@flex.apache.org; Erik de Bruin >Subject: Re: [Falcon] BasicTests compiles and runs > >Excellent. I'll try it out now. > >Now that you've seen how we manage the source code in Git for Apache >Flex, what do you think we should do ab

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
Hmm, that's hard to work with. How about MXMLUnresolvedTagProblem? On 9/3/13 1:15 PM, "Alex Harui" wrote: >How about UnknownSuperclassProblem? I'm going to try that one. > >-Alex > >On 9/3/13 1:12 PM, "Alex Harui" wrote: > >>Darrell, >> >>He's blowing up because he doesn't have mustella.swc

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
Yep, it worked. And all tests in BasicTests seem to be passing! Thanks Darrell! -Alex On 9/3/13 2:44 PM, "Alex Harui" wrote: >Excellent. I'll try it out now. > >Now that you've seen how we manage the source code in Git for Apache Flex, >what do you think we should do about packaging up Falcon

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
Excellent. I'll try it out now. Now that you've seen how we manage the source code in Git for Apache Flex, what do you think we should do about packaging up Falcon to work with an Apache Flex SDK? There would need to be some sort of "switch" to allow someone to go back to the old MXMLC if they n

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Darrell Loverin
Added a patch for the implicit import issue: https://issues.apache.org/jira/browse/FLEX-33701 -Darrell On 9/3/13 4:08 PM, "Darrell Loverin" wrote: >The below args almost work for me from eclipse. There are three undefined >classes because "flash.filters.*" is not auto included. I'm close to ha

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Darrell Loverin
That sounds reasonable. On 9/3/13 4:31 PM, "Alex Harui" wrote: >Hmm, that's hard to work with. How about MXMLUnresolvedTagProblem? > >On 9/3/13 1:15 PM, "Alex Harui" wrote: > >>How about UnknownSuperclassProblem? I'm going to try that one. >> >>-Alex >> >>On 9/3/13 1:12 PM, "Alex Harui" w

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Darrell Loverin
The below args almost work for me from eclipse. There are three undefined classes because "flash.filters.*" is not auto included. I'm close to have the fix for that. args: /Users/dloverin/git-src/ApacheFlex/source/flex-sdk/frameworks/tests/basicTe sts/BasicTests.mxml -debug -library-path+=/Users/

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
How about UnknownSuperclassProblem? I'm going to try that one. -Alex On 9/3/13 1:12 PM, "Alex Harui" wrote: >Darrell, > >He's blowing up because he doesn't have mustella.swc in the lib path. The >fix for auto-importing the base class of the MXML file doesn't have code >to handle not finding

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
Darrell, He's blowing up because he doesn't have mustella.swc in the lib path. The fix for auto-importing the base class of the MXML file doesn't have code to handle not finding the base class. What CompilerProblem should we use for that? -Alex On 9/3/13 1:08 PM, "Darrell Loverin" wrote: >Th

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
I'll try when I get back to my computer. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Erik de Bruin wrote: I did an 'ant wipe' which seems to delete 'generated'. EdB On Tue, Sep 3, 2013 at 7:50 PM, Alex Harui wrote: > I am using a launch configuration in eclipse. Maybe the

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Erik de Bruin
I did an 'ant wipe' which seems to delete 'generated'. EdB On Tue, Sep 3, 2013 at 7:50 PM, Alex Harui wrote: > I am using a launch configuration in eclipse. Maybe the jars in generated are > not updated. > > > > > Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. > > Erik de Bruin wr

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
I am using a launch configuration in eclipse. Maybe the jars in generated are not updated. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Erik de Bruin wrote: I am, last commit showing is "more fixes for BasicTests..." (6b5dbbcbbda894b7c7b2998af0fe4776862769cd) Falcon builds fi

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Erik de Bruin
I am, last commit showing is "more fixes for BasicTests..." (6b5dbbcbbda894b7c7b2998af0fe4776862769cd) Falcon builds fine, all tests pass. I've added the "generated/dist/sdk/bin" directory to my PATH and cd to the basicTests dir before running "mxmlc basicTests.mxml". The start of the terminal ou

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Alex Harui
Are you on the develop branch? Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Erik de Bruin wrote: I just tried to comile basicTests with Falcon, but even after some tweaking and rebuilding I get a kazillion errors like this one: Error: Internal error in ABC generator subsystem,

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Erik de Bruin
I just tried to comile basicTests with Falcon, but even after some tweaking and rebuilding I get a kazillion errors like this one: Error: Internal error in ABC generator subsystem, when generating code for: /Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/tests/basicTests/halo/scripts/Com

[Falcon] BasicTests compiles and runs

2013-08-31 Thread Alex Harui
I finally got Falcon to compile and run BasicTests successfully using the "old codegen". BasicTests is the test that runs when you run "ant checkintests". Next task is to get it to run with the –mxml.children-as-data flag. After that, I'll be trying to get my internal customer's app to run. F