Re: Mustella question

2013-09-10 Thread Alex Harui
Hi Fred, Is en_US in the locale chain? Take a look at the log files next to the SWFs and see if there are stack traces in them. Thanks, -Alex On 9/10/13 6:32 PM, "Frédéric THOMAS" wrote: >So, setting the timeout variable to 6, I've got only 14 tests failed, >those ones : > >MarshallPlan/M

RE: Mustella question

2013-09-10 Thread Frédéric THOMAS
So, setting the timeout variable to 6, I've got only 14 tests failed, those ones : MarshallPlan/ManagerTests/bootstrap_NestedSWF_FocusManager_Tests NestedSWF_FocusManager_Tab MarshallPlan/ManagerTests/bootstrap_FocusManager_Tests MarshallPlan_FocusManager_Tab F:\sources\apache\flex\sdk\mustell

Re: [DRAFT 2] Apache Flex September 2013 Report

2013-09-10 Thread Igor Costa
Great report. Love the very detailed aspects. Igor Costa www.igorcosta.com www.igorcosta.org On Tue, Sep 10, 2013 at 3:33 PM, Alex Harui wrote: > Here is the latest draft. I did not mention Swiz because no paperwork has > been filed yet so not important to the bo

Re: [Mustella] inner workings

2013-09-10 Thread Alex Harui
Brian wrote all of the .java code. I wrote 90% of the AS code. It has been about two years since he last touched it. He is full-time on some other project. I've tried to avoid bugging the ex-Flex folks because I'm trying to be as low overhead as possible. I was lucky to get the ok for Darrell

Re: [Mustella] inner workings

2013-09-10 Thread Alex Harui
I don't know of any other documentation. The compilation phase definitely knows how to fork compilation to different cores, but I've never seen it run SWFs that way. -Alex On 9/10/13 2:29 PM, "Erik de Bruin" wrote: >Hi, > >I was browsing the various programs, scripts and other files that make

Re: [Mustella] inner workings

2013-09-10 Thread Erik de Bruin
Is anyone with the id 'bolaughlin' and the email address 'bolau...@adobe.com' still working at adobe, or has he/she maybe left a forwarding address? EdB On Tue, Sep 10, 2013 at 11:37 PM, Alex Harui wrote: > I don't know of any other documentation. > > The compilation phase definitely knows how

Re: Mustella question

2013-09-10 Thread Erik de Bruin
We run the tests on the VM with an extra argument: ./mini_run.sh -all -timeout=6 actually... Maybe adding that makes a difference on your machine as well? You can find all the information on how we run Mustella on the VM to a successful completion daily in the 'jenkins.sh' file in the mustel

FlexJS next?

2013-09-10 Thread Nick Collins
I realize this may be a tad premature, and I don't wish to discredit any of the hard work that guys like Alex have put into FlexJS, but a thought occurred to me that perhaps the Web Components spec could/should be a part of our future considerations for FlexJS. With Web Components, we could create

Re: [Mustella] inner workings

2013-09-10 Thread Alex Harui
Brian is still around, but he his memory may also be dimming. On 9/10/13 3:03 PM, "Erik de Bruin" wrote: >Is anyone with the id 'bolaughlin' and the email address >'bolau...@adobe.com' still working at adobe, or has he/she maybe left >a forwarding address? > >EdB > > > >On Tue, Sep 10, 2013 at 1

Re: [Mustella] inner workings

2013-09-10 Thread Erik de Bruin
Full stalker mode: there is a LinkedIn profile for a "Brian O'Laughlin", who is currently employed by Adobe as a Software Quality Engineer... This may be a guy who can tell us a bit more about the inner workings of Mustella; he wrote the README for the 'mustella.swc' code, making me think he had so

[Mustella] inner workings

2013-09-10 Thread Erik de Bruin
Hi, I was browsing the various programs, scripts and other files that make up Mustella, trying to get a feel for what's going on behind the scenes. Now, I haven't gotten far, but I already found some stuff that might be interesting: - in "shellrunner.sh", a variable "NUMBER_OF_PROCESSORS" is used

Re: TLF Tables

2013-09-10 Thread Harbs
My first tests are not very encouraging… Trying to compose the table results in this function returning null: static tlf_internal function beginFactoryCompose():SimpleCompose { var rslt:SimpleCompose = _factoryComposer;

Re: Mustella question

2013-09-10 Thread Alex Harui
OK, then I'll bet that mustella has a lot of assumptions about en_US locale. On 9/10/13 11:36 AM, "Erik de Bruin" wrote: >All en-US. > >EdB > > > >On Tue, Sep 10, 2013 at 8:30 PM, Alex Harui wrote: >> Oh, wonder if your default locale will be an issue. Erik are you >>running >> in English or s

Re: TLF Tables

2013-09-10 Thread OmPrakash Muppirala
On Tue, Sep 10, 2013 at 10:17 AM, Harbs wrote: > Hi Alex, > > I realize I'll probably have my work cut out getting everything working as > it should, but it would be helpful at least understanding the design intent. > > So, if you could try to jog some memories on this, that would be great! > > E

Re: Mustella question

2013-09-10 Thread Erik de Bruin
All en-US. EdB On Tue, Sep 10, 2013 at 8:30 PM, Alex Harui wrote: > Oh, wonder if your default locale will be an issue. Erik are you running > in English or some other locale? > > On 9/10/13 11:18 AM, "Frédéric THOMAS" wrote: > >>Yes, I've seen some of them having an exception dialog, for th

Re: [DRAFT 2] Apache Flex September 2013 Report

2013-09-10 Thread Alex Harui
Here is the latest draft. I did not mention Swiz because no paperwork has been filed yet so not important to the board. Probably worth mentioning elsewhere though. - Apache Flex is an application framework for easily building Flash-based applications for mobile devices, the browser a

Re: Status of FlexJS

2013-09-10 Thread Alex Harui
On 9/10/13 12:42 AM, "cristian607" wrote: >Hello, > >I am very happy to see the development team of Apache Flex so active. >Congratulations! > >I would like to ask you about the status of the FlexJS (the library and >compiler). Is there an approximate date for a first (alpha) release? I don't w

Re: Mustella question

2013-09-10 Thread Alex Harui
SWFs are either throwing exceptions or taking too long to start up. Maybe watch them to see what happens. Do you see the exception dialog? There should be a .log file next to each SWF, does it have an exception stack trace in it? -Alex On 9/10/13 2:49 AM, "Frédéric THOMAS" wrote: >I did a ".

Re: ADG and cellIndex.toString()

2013-09-10 Thread Alex Harui
Yes, vector is supposed to be fastest, but seems to have higher instantiation and memory costs. On 9/10/13 2:45 AM, "Kessler CTR Mark J" wrote: >Vectors seems to be faster than objects/arrays when using ints. To me at >least. > >-Mark > >-Original Message- >From: Justin Mclean [mailto:j

Re: Mustella question

2013-09-10 Thread Alex Harui
Oh, wonder if your default locale will be an issue. Erik are you running in English or some other locale? On 9/10/13 11:18 AM, "Frédéric THOMAS" wrote: >Yes, I've seen some of them having an exception dialog, for the one I've >seen, it was because of the localization, just launch it again with

Re: Build failed in Jenkins: flex-sdk_mustella #300

2013-09-10 Thread Erik de Bruin
Fluke, the build is already back to normal. There apparently was a glitch with the Apache git system, as the SDK build also failed - which is also back to normal, by the way ;-) EdB On Tue, Sep 10, 2013 at 12:00 PM, Kessler CTR Mark J wrote: > When I look at [1] I don't see a ref for git-uploa

RE: Mustella question

2013-09-10 Thread Frédéric THOMAS
Yes, I've seen some of them having an exception dialog, for the one I've seen, it was because of the localization, just launch it again with timout=6 -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mardi 10 septembre 2013 19:33 À : dev@flex.apache.org Objet : Re

Re: [DRAFT] Apache Flex September 2013 Report

2013-09-10 Thread Alex Harui
On 9/10/13 4:44 AM, "Nicholas Kwiatkowski" wrote: >Understood. My thought was on more testing participation in general, not >just committers. Either way, I would venture to say that at least 50% of >our committers list has never gotten Mustella to fully compile on their >computers yet. And t

Re: TLF Tables

2013-09-10 Thread Harbs
Hi Alex, I realize I'll probably have my work cut out getting everything working as it should, but it would be helpful at least understanding the design intent. So, if you could try to jog some memories on this, that would be great! Either way, I should be giving TLF tables a real workout over

FAQ page error? + flex on flash player 10.1

2013-09-10 Thread sébastien Paturel
Hi, I may be wrong but, it seems that in the FAQ page http://flex.apache.org/dev-faq.html in "Will my code work on Platform X?" section, it is said that current Flex is working on Windows 2000. But the minimal flash player version supported is flash player 10.2. And i see in the Adobe release n

Re: TLF Tables

2013-09-10 Thread Alex Harui
Hi Harbs, I see code for Tables, but I'm not sure it is "officially" there. Or even complete, or even working at a prototype-level. So good luck with it. I might be able to ask folks who used to work on it a few questions, but I'm pretty sure their memories of it are pretty dim by now. -Alex

Re: FlexJS next?

2013-09-10 Thread Alex Harui
It might be possible to make Web Components "just work" in MXML. Not sure. Definitely worth exploring. It is certainly possible to have HTML markup be the presentation layer for code written in AS. That's what Randori is essentially doing. IMO, early versions of FlexJS need to support IE8. Bu

Re: FlexJS next?

2013-09-10 Thread Peter Ent
I just looked at Web Components, albeit briefly. I'm under the impression that a) it is geared for HTML 5 and b) some parts are still not well-defined (e.g., Decorators). Please correct me if I'm wrong about that. One of the nice things about FlexJS is that if you want to use something like Web Co

TLF Tables

2013-09-10 Thread Harbs
I knew I was going to spend some real time on this one day, and that time is coming really soon… Before I dig in too deeply, what's the status on TLF Table support? I know it's officially there, but I don't see any documentation on it -- not even the basics on how it's supposed to be used. I f

Re: [DRAFT] Apache Flex September 2013 Report

2013-09-10 Thread Nicholas Kwiatkowski
Understood. My thought was on more testing participation in general, not just committers. Either way, I would venture to say that at least 50% of our committers list has never gotten Mustella to fully compile on their computers yet. And that may be from lack of participation to having technical

RE: Build failed in Jenkins: flex-sdk_mustella #300

2013-09-10 Thread Kessler CTR Mark J
When I look at [1] I don't see a ref for git-upload-pack. Is this a different service list or just a fluke we shouldn't worry about? " stderr: error: Couldn't resolve host 'git-wip-us.apache.org' while accessing https://git-wip-us.apache.org/repos/asf/flex-sdk.git/info/refs?service=git-upload-p

RE: Mustella question

2013-09-10 Thread Frédéric THOMAS
I did a "./mini_run -rerun -failures" and had 521 tests failed, 1 in more than the last run of the same command, here, a little part of the result shown from the console log followed by one of the marshallPlan test log from the console followed by its in test folder log. Any clue of what is happen

RE: ADG and cellIndex.toString()

2013-09-10 Thread Kessler CTR Mark J
Vectors seems to be faster than objects/arrays when using ints. To me at least. -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Tuesday, September 10, 2013 4:27 AM To: dev@flex.apache.org Subject: Re: ADG and cellIndex.toString() Hi, > If it is an

RE: [DRAFT] Apache Flex September 2013 Report

2013-09-10 Thread Kessler CTR Mark J
Carol helped me out to fix my setup when I was just getting my GIT setup started. I'm sure I gave her some gray hairs over it lol. But once you have it setup right the first time, it's much easier the next few times :P. -Mark -Original Message- Most committers (!) should be able to d

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-33702: Added column sort type access to the datagrid columns.

2013-09-10 Thread Mark Kessler
Well I only did it to add support to the MX in the same way as the spark. If it's a concern I can remove the interface declarations and just use the getter/setter and functions as they are inside the SortFields themselves. -Mark On Mon, Sep 9, 2013 at 11:01 PM, Alex Harui wrote: > Looks fine.

Re: ADG and cellIndex.toString()

2013-09-10 Thread Justin Mclean
Hi, > If it is an object, however, dot notation seems to be faster than index: Wouldn't be possible to use dot notation easily here. Thanks, Justin

Re: ADG and cellIndex.toString()

2013-09-10 Thread Justin Mclean
HI, > According to [1], array is way faster and a little tweak might make it > even more so. From memory both Object and Array are faster with integer keys but I've converted the code it to use Arrays. The tweak may or may not have any effect seem JIT related and so a little hard to test as we

Status of FlexJS

2013-09-10 Thread cristian607
Hello, I am very happy to see the development team of Apache Flex so active. Congratulations! I would like to ask you about the status of the FlexJS (the library and compiler). Is there an approximate date for a first (alpha) release? I think that there are many Flex developers (including myself

Re: ADG and cellIndex.toString()

2013-09-10 Thread Erik de Bruin
If it is an object, however, dot notation seems to be faster than index: [1] EdB 1: http://jacksondunstan.com/articles/855 On Tue, Sep 10, 2013 at 8:50 AM, Erik de Bruin wrote: > According to [1], array is way faster and a little tweak might make it > even more so. > > EdB > > 1: http://jacks