Re: [GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P...

2015-05-17 Thread Erik de Bruin
Hi, While we wait for the performance discussion to die down (I'd say "commit THEN review", but who am I ;-)), I'll give you this: https://cwiki.apache.org/confluence/display/FLEX/Add+FlexUnit+tests+to+SDK+projects If that doesn't do it for you, I'll be glad to help to get you run as part of the

Re: Why are there two ArrayList classes? [PING Justin Mclean)

2015-05-17 Thread Alex Harui
On 5/17/15, 9:22 AM, "Gareth Smith" wrote: > >I don't know about any performance impact. Can you run a some of quick tests? Iterating on 1000 items via for-each on an Array, via a loop on ArrayList.getItemAt() before your Proxy change and using [] and for-each on ArrayList after your new Prox

[FALCON] MXML, CSS and Binding (was Re: Please welcome Josh Tynjala as Apache Flex Committer)

2015-05-17 Thread Alex Harui
On 5/17/15, 11:48 AM, "Josh Tynjala" wrote: >The Falcon codebase certainly looks like it is organized better. However, >I'm basically done with the hard part of modifying the older compiler, so >if I were to switch to Falcon, I'd be doing everything all over again (and >I'd be doing it without

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Alex Harui
Looks like you guys were busy today. Sorry I couldn’t join in sooner. On 5/17/15, 2:23 PM, "Héctor A" wrote: >I see nothing strange on flex-config.xml, so I guess FD may not be >resolving the path to it correctly in some place. If you aborted the install, all bets are off. I just tried using

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Héctor A
I see nothing strange on flex-config.xml, so I guess FD may not be resolving the path to it correctly in some place. I'll try to take a look into it later this week. At least it's nice to see completion is working as expected, although I've seen states aren't being detected, but I bet that's minor.

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Michael Schmalle
> "Missing builtin type Object". That means the playerglobal.swc is not being included in the build. Mike On Sun, May 17, 2015 at 3:54 PM, Héctor A wrote: > I made a quick test with FD using my version with improved MXML support. > Completion seems to work fine (there's no documentation in cla

Re: GIT Push error to Apache repo

2015-05-17 Thread Michael Schmalle
Well I have a Mac but it's not like I am going to setup my development "stack" on it. :) My son uses it for music, that is like taking candy back, I wouldn't hear the end of it. Mike On Sun, May 17, 2015 at 3:56 PM, OmPrakash Muppirala wrote: > On May 17, 2015 12:41 PM, "Michael Schmalle" > w

Re: GIT Push error to Apache repo

2015-05-17 Thread OmPrakash Muppirala
On May 17, 2015 12:41 PM, "Michael Schmalle" wrote: > > Ah, well then I guess that is a crap sandwich. Ironically right when I get > back into the project. > > I will just wait then. I know how it feels. I feel crippled not being able to contribute. It's been this way for a few weeks now. > >

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Héctor A
I made a quick test with FD using my version with improved MXML support. Completion seems to work fine (there's no documentation in classes yet? or is there something different from standard Flash libraries?), however when I try to compile I get an error saying "Missing builtin type Object". Googli

Re: GIT Push error to Apache repo

2015-05-17 Thread Michael Schmalle
Ah, well then I guess that is a crap sandwich. Ironically right when I get back into the project. I will just wait then. Mike On Sun, May 17, 2015 at 3:35 PM, OmPrakash Muppirala wrote: > On May 17, 2015 12:22 PM, "Michael Schmalle" > wrote: > > > > Actually I did run into that issue. > > > >

Re: GIT Push error to Apache repo

2015-05-17 Thread OmPrakash Muppirala
On May 17, 2015 12:22 PM, "Michael Schmalle" wrote: > > Actually I did run into that issue. > > So what does it exactly mean? I can't commit to Apache right now? Yes that is correct. Although if you are really blocked, you can send a pull request to the github mirror and another committer can

Re: GIT Push error to Apache repo

2015-05-17 Thread Michael Schmalle
Actually I did run into that issue. So what does it exactly mean? I can't commit to Apache right now? Mike On Sun, May 17, 2015 at 3:18 PM, OmPrakash Muppirala wrote: > Yes, this is a known Apache wide issue with the git repos. > > I am working with the ASF Infra folks on this: > https://issue

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread OmPrakash Muppirala
On May 17, 2015 12:13 PM, "Héctor A" wrote: > > What about people using a Windows machine without ANT? not my case, but I'd > say solving the installer issues is in the interest of the project. > +1 to the sentiment :-) Thanks, Om > On Sun, May 17, 2015 at 9:07 PM, OmPrakash Muppirala > wrote:

Re: GIT Push error to Apache repo

2015-05-17 Thread OmPrakash Muppirala
Yes, this is a known Apache wide issue with the git repos. I am working with the ASF Infra folks on this: https://issues.apache.org/jira/browse/INFRA-9605 It looks they are close to fixing it, but it wont hurt to pop in and vote for the bug l. Thanks, Om On May 17, 2015 12:05 PM, "Michael Schma

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Michael Schmalle
@Hector, I had not idea you were using the installer, sorry about the confusion. I agree this is a bug and hopefully will be fixed because yes not everybody has ant. I thought you were trying to build the Falcon compiler. Mike On Sun, May 17, 2015 at 3:12 PM, Héctor A wrote: > What about peopl

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Héctor A
What about people using a Windows machine without ANT? not my case, but I'd say solving the installer issues is in the interest of the project. On Sun, May 17, 2015 at 9:07 PM, OmPrakash Muppirala wrote: > Hector it seems like you are trying using the Installer. I believe > Michael is using an

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Héctor A
In the end I set the cache folder, and copied the downloaded JBurg tarball in the corresponding folder (Project/jburg for anyone with a similar problem), although I had to retry a couple more times because of other problems. I'd say it's an installer problem, the JBurg archive downloaded wrongly a

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread OmPrakash Muppirala
Hector it seems like you are trying using the Installer. I believe Michael is using ant. I think your will have better luck if you switch to ant. Thanks, Om On May 17, 2015 11:44 AM, "Michael Schmalle" wrote: > Sorry about your troubles, it must be a server thing or something changed. > I am

GIT Push error to Apache repo

2015-05-17 Thread Michael Schmalle
Hi, I have tried to follow all the guidelines and read the Apache setting up git for committers but I keep getting the following error when I try to push a test commit to the flex-sdk repo; "fatal: unable to access ' https://git-wip-us.apache.org/repos/asf/flex-sdk.git/': SSL certificate problem:

Re: Please welcome Josh Tynjala as Apache Flex Committer

2015-05-17 Thread Josh Tynjala
The Falcon codebase certainly looks like it is organized better. However, I'm basically done with the hard part of modifying the older compiler, so if I were to switch to Falcon, I'd be doing everything all over again (and I'd be doing it without funding this time). One thing that made things easi

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Michael Schmalle
Sorry about your troubles, it must be a server thing or something changed. I am sure somebody in the know will try to fix it. I copied jburg.jar into /falcon/compiler/lib, make sure you aren't having the clean build target running. The build script should detect the presence of the jar and not try

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Héctor A
What about the following steps, did you look into them and did by hand? it fails for me every time, I tried copying jburg-1.10.1.tar.gz to the folder the installer uses, but it anyway tries to download it and stops there. Quite annoying sincerely, I'll stop looking into FlexJS for now, I wanted to

Re: [Falcon] ASDocTokenizer and RawASDocTokenizer JFlex deps

2015-05-17 Thread Michael Schmalle
I actually have a grammar I used for ASDocs years ago, check it out. I was actually looking at that last night when I hit the JFlex problem. I think the grammar I created used Antlr 3 but we could get it working with 4 pretty easy I am sure. I am rusty with Antlr right now, been about 2-3 years si

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Michael Schmalle
Hehe, I just copied the jburg.jar to where it was expected. :) I haven't tried since then but that was the only way I could get the full build to complete. Mike On Sun, May 17, 2015 at 1:55 PM, Héctor A wrote: > @Michael > > How did you solve the jburg problem? Because it failed for me all the

AW: [Falcon] ASDocTokenizer and RawASDocTokenizer JFlex deps

2015-05-17 Thread Christofer Dutz
Eventually it could be a good Idea to sort of streamline all the parsing done in falcon ... I think I created the Antlr4 branch as a first test to build falcon with only one parser-generator. Currently we are using 3 incompatible types of parsers JFlex, Antlr2 and Antl3 ... I was successfully ab

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread Héctor A
@Michael How did you solve the jburg problem? Because it failed for me all the times I tried too. On Thu, May 14, 2015 at 12:55 PM, Michael Schmalle < teotigraphix...@gmail.com> wrote: > I am trying to build the installer.xml from the nightly, it keeps failing > when trying to download the jburg

Re: Why are there two ArrayList classes? [PING Justin Mclean)

2015-05-17 Thread Gareth Smith
On 17/05/15 15:29, Alex Harui wrote: > I’m wondering why it isn’t sufficient for folks to iterate on ArrayList.source? It is sufficient, but not ideal. The syntactic sugar that ArrayCollection gives you makes it more pleasant to use, which (in my experience) means that people use ArrayCollec

Re: Please welcome Josh Tynjala as Apache Flex Committer

2015-05-17 Thread Rushme Nayak
welcome Josh On Sun, May 17, 2015 at 2:54 PM, Sugan Naicker wrote: > Welcome Josh! > > Rgs, > > Sugan Naicker > South Africa > > -Original Message- > From: Maxim Solodovnik [mailto:solomax...@gmail.com] > Sent: Sunday, May 17, 2015 7:44 AM > To: dev@flex.apache.org > Subject: Re: Please

Re: Why are there two ArrayList classes? [PING Justin Mclean)

2015-05-17 Thread Alex Harui
BTW, thanks for working on this issue. I’m sorry I didn’t see this earlier, but having ArrayList now extend Proxy might result in performance degradation. Proxy has been very slow in my experience. I’m wondering why it isn’t sufficient for folks to iterate on ArrayList.source? -Alex On 5/16/15

[GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P...

2015-05-17 Thread Dretch
GitHub user Dretch opened a pull request: https://github.com/apache/flex-sdk/pull/18 Fix FLEX-15159 by making ArrayList extend Proxy. This fixes https://issues.apache.org/jira/browse/FLEX-15159. Notes: - This is more-or-less a copy-paste job with code taken from `L

RE: Please welcome Josh Tynjala as Apache Flex Committer

2015-05-17 Thread Sugan Naicker
Welcome Josh! Rgs, Sugan Naicker South Africa -Original Message- From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Sunday, May 17, 2015 7:44 AM To: dev@flex.apache.org Subject: Re: Please welcome Josh Tynjala as Apache Flex Committer Welcome Josh :) WBR, Maxim (from mobile, s

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-17 Thread kevin.godell
I made a screencast video showing the settings used for the external tools, and then ran them all in a row by hitting the debug button. https://youtu.be/X7LqexU8TkQ https://www.youtube.com/embed/X7LqexU8TkQ"; frameborder="0" allowfullscreen> -- View this message in context: http://apache-flex