Re: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-17 Thread Alex Harui
On 2/17/16, 11:14 PM, "Christofer Dutz" wrote: >I'm currently not contributing, choose it's impossible to setup. And I'm >just fed up with the build and could even work through the quirks. I just >don't want to anymore. > > As justin said, I have a paid job where I

AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-17 Thread Christofer Dutz
I'm currently not contributing, choose it's impossible to setup. And I'm just fed up with the build and could even work through the quirks. I just don't want to anymore. As justin said, I have a paid job where I have to deal with that sort of crap every day. My open source involvement is my

Re: flexjs eat json tilesets

2016-02-17 Thread Alex Harui
On 2/17/16, 10:46 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Feb 17, 2016 10:38 PM, "Alex Harui" wrote: >> >> Hi Lizhi, >> >> Your email did not format well, but IMO, you are seeing expected

Re: flexjs eat json tilesets

2016-02-17 Thread lizhi
https://github.com/matrix3d/spriteflexjs/blob/master/test/src/com/hsharma/hungryHero/TextureAtlas.as this json class work good. but this work bad. https://github.com/matrix3d/spriteflexjs/blob/master/test/src/TestTMX.as what diff? -- View this message in context:

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-17 Thread Alex Harui
On 2/17/16, 10:34 PM, "Justin Mclean" wrote: >Hi, > >> But Windows doesn't even have native processes for grep and sed and >> requiring CygWin or GitBash doesn't seem like a good idea. > >ActionScript has RegExp support [1] so an AIR grep wouldn’t be too hard >to

Re: flexjs eat json tilesets

2016-02-17 Thread OmPrakash Muppirala
On Feb 17, 2016 10:38 PM, "Alex Harui" wrote: > > Hi Lizhi, > > Your email did not format well, but IMO, you are seeing expected behavior > in the Google Closure Compiler optimization. Unless you specify > otherwise, the GCC will rename variables, properties, etc. Using

Re: flexjs eat json tilesets

2016-02-17 Thread Alex Harui
Hi Lizhi, Your email did not format well, but IMO, you are seeing expected behavior in the Google Closure Compiler optimization. Unless you specify otherwise, the GCC will rename variables, properties, etc. Using straight up JSON can be tricky in such situations. You may have to specify and

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-17 Thread Justin Mclean
Hi, > But Windows doesn't even have native processes for grep and sed and > requiring CygWin or GitBash doesn't seem like a good idea. ActionScript has RegExp support [1] so an AIR grep wouldn’t be too hard to create. Remind me what do the build scripts use grep for? Thanks, Justin 1.

Re: [2/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 -Since I'm planning to use ObjectUtil.isDynamicObject() in the fix, I wanted to unit test it. -Also, I introduced a new function in O

2016-02-17 Thread Alex Harui
Looks like some nice new capabilities for ArrayUtil and ObjectUtil. Did you rule out using describeType for isDynamicObject? I know it is slow, but it should always be right. What should isDynamicObject return for XML, Proxy and ObjectProxy? Thanks, -Alex On 2/17/16, 8:00 AM,

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-17 Thread Alex Harui
On 2/17/16, 5:47 PM, "jude" wrote: >If AIR has a comparable API use that, if it doesn't then use native >process. And instead of environment variables use GUI and save those >values >to a shared object. But Windows doesn't even have native processes for grep and sed

Re: AW: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-17 Thread Alex Harui
On 2/16/16, 11:04 PM, "Christofer Dutz" wrote: >Ok ... if it's all about YOUR priorities I can wait Well, if you are expecting me to do the work, then yes, it is about my priorities. But my priorities are based on what I think the community wants based on what I

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-17 Thread jude
If AIR has a comparable API use that, if it doesn't then use native process. And instead of environment variables use GUI and save those values to a shared object. On 2/15/16, 5:17 PM, "jude" wrote: >some ideas: the first time I used ant I loved it but as soon as i

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-17 Thread Josh Tynjala
Thank you, Alex. I am able to build flex-falcon successfully using only env.properties. I was able to remove the unittest.properties files, and my env.properties file now only defines these three values: env.AIR_HOME, env.FLASHPLAYER_DEBUGGER, and env.PLAYERGLOBAL_HOME. This is an Ant build that

Re: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-17 Thread OmPrakash Muppirala
On Tue, Feb 16, 2016 at 11:04 PM, Christofer Dutz wrote: > Ok ... if it's all about YOUR priorities I can wait > It is reasonable for him to get frustrated about having to work only on uncool things (like build stuff) I know many of us are like that. In any case, I

Re: [7/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 FLEX-33058 -Simplified algorithm in findAny() and findLast(). -Improved asdoc for these functions. Note that all tests still pass.

2016-02-17 Thread Josh Tynjala
"You can add content to the comment before the @inheritDoc tag." Source: http://help.adobe.com/en_US/flex/using/WSd0ded3821e0d52fe1e63e3d11c2f44bc36-7ff6.html I previously ran into this issue when I was documenting Feathers. Extra text after @inheritDoc seems to be ignored. You need to put it

AW: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-17 Thread Christofer Dutz
Ok ... if it's all about YOUR priorities I can wait I know I had Falcon building with Maven quite some time ago, but dropped the ball on that cause I had the crazy Idea about migrating everything to Antlr4 at the same time. I did create a JBurg Maven plugin and it is now possible to also do

Re: [7/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 FLEX-33058 -Simplified algorithm in findAny() and findLast(). -Improved asdoc for these functions. Note that all tests still pass.

2016-02-17 Thread Mihai Chira
asdocs question: does anyone know if it's possible what was attempted in mx.collections.HierarchicalCollectionViewCursor.findAny() (and two other functions), namely to add some extra information on top of the @inheritDoc taken from the interface? Because when I look at our asdocs [1],

Re: [FALCONJX]Compiling Falcon with externs problems

2016-02-17 Thread Harbs
Except, people are only going to contribute once it has enough features to really interest them. Right now, all it really needs is some better “getting started with contributing” documentation for people wanting to help. I could write that (now that I worked out my issues). I’d rather have

Re: [FALCONJX]Compiling Falcon with externs problems

2016-02-17 Thread Justin Mclean
Hi, > How many days should I invest in learning build systems vs developing new > features? Hypothetical question. If a day of your (paid) work means that more people can contribite to the project isn’t that a good outcome for the project? Community over code and all that. Thanks, Justin