Re: Proposal: Compile-time-data injection

2012-02-08 Thread Dave Fisher
On Feb 7, 2012, at 9:51 AM, Omar Gonzalez wrote: > On Tuesday, February 7, 2012, Martin Heidegger wrote: >> Hello everybody, >> >> in the sense of making progress I tried to write down the feature I want > to implement in the compiler once the compiler source & tests are available. >> I am not

Re: Proposal: Compile-time-data injection

2012-02-07 Thread Ariel Jakobovits
690-2213 Fax: 650-641-0031 Cell: 650-823-8699 From: Omar Gonzalez To: "flex-dev@incubator.apache.org" Sent: Tuesday, February 7, 2012 9:51 AM Subject: Re: Proposal: Compile-time-data injection On Tuesday, February 7, 2012, Martin Heidegger wrote:

Re: Proposal: Compile-time-data injection

2012-02-07 Thread Martin Heidegger
On 08/02/2012 02:59, Michel Boudreau wrote: Can I ask what particular issue you're having? Hello Michel, it would be nice if you read the proposal. I expressed the "why" and a bunch of code that does not involve properties passed in by the compiler. I personally need it for a more comfortabl

Re: Proposal: Compile-time-data injection

2012-02-07 Thread Michel Boudreau
I would agree, they are not the easiest to integrate. Can I ask what particular issue you're having? I personally like to not use compile time variables and use an external XML to load variables through Parsley, which then injects it automatically into wherever I need it. Maybe that would be mor

Re: Proposal: Compile-time-data injection

2012-02-07 Thread Martin Heidegger
On 08/02/2012 02:51, Omar Gonzalez wrote: I'm not sure if the Wiki is the place for proposals. If we put every thing that everyone thinks about in the wiki as a Proposal we are going to have a lot of wiki stuff I go through. Who keeps it updated? How de we know it's still in progress or that so

Re: Proposal: Compile-time-data injection

2012-02-07 Thread Omar Gonzalez
On Tuesday, February 7, 2012, Martin Heidegger wrote: > Hello everybody, > > in the sense of making progress I tried to write down the feature I want to implement in the compiler once the compiler source & tests are available. > I am not sure if I abused the wiki for that. > > https://cwiki.apache

Re: Proposal: Compile-time-data injection

2012-02-07 Thread Martin Heidegger
Hello Michel, The defined properties are just a small fraction of data that is available at compile time and they are not particularly easy to integrate. yours Martin.

Re: Proposal: Compile-time-data injection

2012-02-07 Thread Michel Boudreau
Don't compiler variables do this already with compiler.define? -compiler.define > alias -define > define a global AS3 conditional compilation definition, e.g. > -define=CONFIG::debugging,true or -define+=CONFIG::debugging,true (to > append to existing definitions in flex-config.xml) (advanced, >