Falcon feature tests for and .

2012-12-03 Thread Gordon Smith
I've added some feature tests for the and tags in MXML. Two of the tests are marked @Ignore because they uncovered bugs which I will fix soon. - Gordon

Re: ABC -> JS

2012-12-03 Thread Kevin Newman
For that matter you could just load and parse the ABC right in Javascript at runtime: https://github.com/mozilla/shumway Kevin N. On 12/3/2012 3:49 PM, Gordon Smith wrote: The possibility of transcoding ABC -> JS (rather than AS -> JS, MXML -> JS, CSS -> JS, and .properties -> JS) has come u

RE: ABC -> JS

2012-12-03 Thread Gordon Smith
> Is the abc format and opcodes in docs available to the public? Yes: http://www.adobe.com/content/dam/Adobe/en/devnet/actionscript/articles/avm2overview.pdf - Gordon -Original Message- From: Omar Gonzalez [mailto:omarg.develo...@gmail.com] Sent: Monday, December 03, 2012 5:30 PM To:

Re: ABC -> JS

2012-12-03 Thread Omar Gonzalez
On Monday, December 3, 2012, Gordon Smith wrote: > The possibility of transcoding ABC -> JS (rather than AS -> JS, MXML -> > JS, CSS -> JS, and .properties -> JS) has come up on another thread. I > should mention that this approach is the one that the architect of the > Falcon compiler (Chris Bric

Re: [POLL] Maven and Apache Flex

2012-12-03 Thread Frédéric THOMAS
+10 :) -Message d'origine- From: Leif Wells Sent: Monday, December 03, 2012 10:55 PM To: flex-dev@incubator.apache.org Subject: Re: [POLL] Maven and Apache Flex Alex, I'd like to publicly acknowledge that I would have probably blown my head off by now if I were in your shoes and h

[jira] [Comment Edited] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509379#comment-13509379 ] Frédéric THOMAS edited comment on FLEX-33273 at 12/4/12 12:38 AM: --

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509379#comment-13509379 ] Frédéric THOMAS commented on FLEX-33273: Well, Maurice, I was away last week and n

RE: Hi all

2012-12-03 Thread Gordon Smith
Welcome! Do you want to write Flex components in ActionScript? Help with finishing the Falcon compiler? Work on JS cross-compilation? - Gordon -Original Message- From: vineet sood [mailto:vineette...@gmail.com] Sent: Monday, December 03, 2012 3:16 PM To: flex-dev@incubator.apache.org Su

Re: Hi all

2012-12-03 Thread Marcus Fritze
Hi Vineet, welcome to the party. :-) Maybe, you can fix some bugs in the Framework. ;-) https://issues.apache.org/jira/browse/FLEX Greetings Marcus Am 04.12.2012 um 00:15 schrieb vineet sood : > Hi all, > > I just joined the party and new over here. Let me know how I can be of > help, as it

Hi all

2012-12-03 Thread vineet sood
Hi all, I just joined the party and new over here. Let me know how I can be of help, as its boring to sit idle :) . Cheers, Vineet

Re: Mustella tests not running.

2012-12-03 Thread Alex Harui
Looks like more Windows vs Mac issues. I will try it on Windows and see what happens. On 12/3/12 1:21 PM, "João Fernandes" wrote: > Hi, > > I'm trying to run Mustella tests to check if my proposed patch for spark > Datagrid didn't break anything but no tests are run. > > I've run the full test

Mustella tests not running.

2012-12-03 Thread João Fernandes
Hi, I'm trying to run Mustella tests to check if my proposed patch for spark Datagrid didn't break anything but no tests are run. I've run the full test suite first, then used the utilities to generate the DB and then the changes.txt which it did generate correcly but when I launch ./mini_rush.sh

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509036#comment-13509036 ] Maurice Nicholson commented on FLEX-33273: -- Sorry, should have posted the code. H

ABC -> JS

2012-12-03 Thread Gordon Smith
The possibility of transcoding ABC -> JS (rather than AS -> JS, MXML -> JS, CSS -> JS, and .properties -> JS) has come up on another thread. I should mention that this approach is the one that the architect of the Falcon compiler (Chris Brichford, who recently left Adobe) recommended for getting

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509035#comment-13509035 ] Maurice Nicholson commented on FLEX-33273: -- Using StringUtil.isWhitespace() doesn

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Ryan Frishberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509030#comment-13509030 ] Ryan Frishberg commented on FLEX-33273: --- There's always a balance between readabilit

RE: Falcon test failure

2012-12-03 Thread Gordon Smith
The developers who implemented the CSS support is no longer at Adobe. But I don't know of any reason why it shouldn't extend CSSNodeBase, so feel free to make it do so. - Gordon -Original Message- From: Cyrill Zadra [mailto:cyrill.za...@gmail.com] Sent: Sunday, December 02, 2012 10:45

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509026#comment-13509026 ] Maurice Nicholson commented on FLEX-33273: -- Not sure about readability, I am most

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Ryan Frishberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509007#comment-13509007 ] Ryan Frishberg commented on FLEX-33273: --- That looks better to me. I would split up

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509000#comment-13509000 ] Maurice Nicholson commented on FLEX-33273: -- Good spot :-) I've updated the attac

[jira] [Updated] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Nicholson updated FLEX-33273: - Attachment: FLEX-33273.patch > CSSCondition.matchesStyleClient() is slow and creates

[jira] [Updated] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Nicholson updated FLEX-33273: - Attachment: (was: FLEX-33273.patch) > CSSCondition.matchesStyleClient() is slow a

[jira] [Updated] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Nicholson updated FLEX-33273: - Attachment: FLEX-33273.patch > CSSCondition.matchesStyleClient() is slow and creates

[jira] [Updated] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Nicholson updated FLEX-33273: - Attachment: (was: FLEX-33273.patch) > CSSCondition.matchesStyleClient() is slow a

Re: [POLL] Maven and Apache Flex

2012-12-03 Thread Greg Reddin
That's good to hear. Thanks for staying with it. Sent from my mobile device. On Dec 3, 2012, at 12:07 PM, Alex Harui wrote: > Update: > > Adobe legal says we (probably Chris) can code up a mockup that runs against > some dummy assets (as Chris suggested) in the open. Then Legal can review >

Re: [POLL] Maven and Apache Flex

2012-12-03 Thread Alex Harui
Update: Adobe legal says we (probably Chris) can code up a mockup that runs against some dummy assets (as Chris suggested) in the open. Then Legal can review the basic flow from that mockup and decide if it will be sufficient. -Alex On 11/29/12 11:28 PM, "christofer.d...@c-ware.de" wrote: > H

Re: New Spark components

2012-12-03 Thread Alex Harui
Hi Bogdan, Thanks. We have to wait for the ICLA to be recorded before we take further action on this side. -Alex On 12/2/12 11:20 PM, "Bogdan DINU" wrote: > Hello everyone, > > as instructed, I have sent the ICLA to secretary and created JIRA issue > (improvement) - Flex - 33284

Re: Flex board report is due soon

2012-12-03 Thread Alex Harui
On 12/3/12 12:32 AM, "Bertrand Delacretaz" wrote: > Hi, > > FYI, this month's board meeting (where Flex graduation should be > ratified) is on December 19th, in the meantime the podling board > report is due at http://wiki.apache.org/incubator/December2012 I'll try to get to it Tuesday. > >

Re: [FlaconJS] pseudo emitter algorithm

2012-12-03 Thread Alex Harui
On 12/3/12 12:44 AM, "Frank Wienberg" wrote: >> If you look at the prototype, it does not use nested object literals. I >> was >> unable to get them to perform as well as the data stream I am using or the >> methods it is replacing. >> > > So maybe we could output different code for debuggin

Re: Falcon SDKSWCTests

2012-12-03 Thread Chema Balsas
@Cyril Thanks for noticing! @Gordon You're welcome! I'm really happy to see all this movement around Falcon/FalconJS lately :) 2012/12/1 Gordon Smith > Oops! Thank you @Chema! > > Sent from my iPad > > On Nov 30, 2012, at 7:09 PM, "Cyrill Zadra" > wrote: > > > Hi Gordon > > > >> @Cyril: Thank

AW: Initial import of the maven-flex-plugin skeleton

2012-12-03 Thread christofer.d...@c-ware.de
Hi Jose, I think the way I setup the plugin structure, should make it easy for different people to contribute at the different parts of the plugin. The first difficult part will certainly be the compiler mojos (falcon / legacy (mxmlc+compc) / Asdoc). After setting up the general structure, I w

Re: [FlaconJS] pseudo emitter algorithm

2012-12-03 Thread Daniel Wasilewski
OK, my apology, overreacted a bit. Sometimes I just need to shout up and read the thing twice... On 3 December 2012 04:12, Gordon Smith wrote: > My statement was overly broad. All I meant was that the acronym BURM > refers to a tree whose root is at the top. Everyone is free to orient their > tr

Re: [FlaconJS] pseudo emitter algorithm

2012-12-03 Thread Frank Wienberg
On Mon, Dec 3, 2012 at 6:45 AM, Alex Harui wrote: > On 12/2/12 2:21 AM, "Frank Wienberg" wrote: > > When you look at Jangaroo-generated JavaScript code, it closely resembles > > the original ActionScript source code. We optimized the compiler as well > as > > the runtime to give the impression t

Flex board report is due soon

2012-12-03 Thread Bertrand Delacretaz
Hi, FYI, this month's board meeting (where Flex graduation should be ratified) is on December 19th, in the meantime the podling board report is due at http://wiki.apache.org/incubator/December2012 As I'll soon be retiring from Flex mentorship, I'll let others jump in ;-) -Bertrand