Re: [DISCUSS] taking Apache Flex to the next level

2013-01-04 Thread Michael Schmalle
Quoting Alex Harui : On 1/4/13 9:37 AM, "Michael Schmalle" wrote: Anything we say about the future right now is likely to be met with suspicion anyway. I think this is a critical year for Flex. We have to build a track record of releases that show that we are making progr

Re: [DISCUSS] taking Apache Flex to the next level

2013-01-04 Thread Michael Schmalle
but that is a HUGE weak link right there and the blog. Plus it's all free advertising that we are not totally taking advantage of. Ans I agree, I can't guarantee I will be here in 1 month let alone 1 year. But Alex is right, the advertisement is about the now. Mike -- Alex

Re: [Wiki] AS3 language features to be simulated

2013-01-01 Thread Michael Schmalle
alified name of the class as postfix for private fields. In Jangaroo, we compute the inheritance level (or depth) of the class and simply use that number. This also ensures unique identifiers, as a class can never have the same inheritance level as any super or sub class. Greetings -Frank- On Mon,

Re: [Wiki] AS3 language features to be simulated

2012-12-31 Thread Michael Schmalle
e level (or depth) of the class and simply use that number. This also ensures unique identifiers, as a class can never have the same inheritance level as any super or sub class. Greetings -Frank- On Mon, Dec 31, 2012 at 1:35 PM, Michael Schmalle wrote: Hey Frank, I'm getting a bit confused h

[Wiki] AS3 language features to be simulated

2012-12-31 Thread Michael Schmalle
universal regardless of what production scheme we use. Is there any articles you know about that explain JS scope and how it's implemented? Or is that just the ECMA5 specs? Mike -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [jira] [Commented] (FLEX-33275) Falcon Compile Error: Define a color with- rgb(100%, 0%, 0%) is not supported.

2012-12-30 Thread Michael Schmalle
incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-30 Thread Michael Schmalle
ing together, please be patient. I think I'll take that week off now, too :-) EdB On Sun, Dec 30, 2012 at 9:08 PM, Michael Schmalle wrote: Erik, Did you run all the tests before you committed? I have 9 failures and had an error assertOutDebug not found. I also see now what happened t

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-30 Thread Michael Schmalle
pass. I needed to reroute some of the AS emitter code in order to allow the JS emitter to override the writing of the function closing block so I could output the closing semicolon, please feel free to check my implementation and brutally comment on my hacks :-) EdB On Sat, Dec 29, 2012 at 1:

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-30 Thread Michael Schmalle
rride the writing of the function closing block so I could output the closing semicolon, please feel free to check my implementation and brutally comment on my hacks :-) EdB On Sat, Dec 29, 2012 at 1:35 AM, Michael Schmalle wrote: Quoting Erik de Bruin : Mike, New 'layout' looks gr

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-30 Thread Michael Schmalle
Quoting Alex Harui : On 12/30/12 4:57 AM, "Michael Schmalle" wrote: Quoting Alex Harui : On 12/29/12 8:52 AM, "Michael Schmalle" wrote: I know when I wrote ASDoc, I was able to resolve everything but I used the MXML compiler as a base. I just need to reall

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-30 Thread Michael Schmalle
Quoting Alex Harui : On 12/29/12 8:58 AM, "Michael Schmalle" wrote: And one other thing; I thought this compiler was written for FlashBuilder, this means Adobe has a huge API for saying files have changed, updating scopes ect. Probably true. In the IWorkspace API you can se

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-30 Thread Michael Schmalle
Quoting Alex Harui : On 12/29/12 8:52 AM, "Michael Schmalle" wrote: I know when I wrote ASDoc, I was able to resolve everything but I used the MXML compiler as a base. I just need to really understand what is going on now. I takled the multithreading in FalconJx, but when I

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
be looking at this naively but I think my assumptions have some value. Mike Quoting Michael Schmalle : Quoting Alex Harui : On 12/29/12 8:26 AM, "Michael Schmalle" wrote: FWIW, my understanding of Falcon is that each class source file is a compilation unit and compilation

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
Quoting Alex Harui : On 12/29/12 8:26 AM, "Michael Schmalle" wrote: FWIW, my understanding of Falcon is that each class source file is a compilation unit and compilation units are parsed in separate threads. Therefore there is no actual point where all ASTs are sitting arou

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
using the AS3 framework to do it inside AIR using AS3 to manipulate the AS3 DOM and rewrite the source code to disk from the AS3 application, so AMF I would assume is completely relevant because the application is not ever going to be cross compiled. Mike -- Michael Sc

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
is all speculation and things need to be ironed out. Mike -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

[jira] [Commented] (FLEX-33332) Make metadata annotations first class AS3 citizens

2012-12-29 Thread Michael Schmalle (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540930#comment-13540930 ] Michael Schmalle commented on FLEX-2: - I think this is a good idea and wo

[jira] [Assigned] (FLEX-33332) Make metadata annotations first class AS3 citizens

2012-12-29 Thread Michael Schmalle (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Schmalle reassigned FLEX-2: --- Assignee: Michael Schmalle > Make metadata annotations first class AS3 citiz

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
ww.ixsoftware.nl -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
to be implemented for your plugin Mike Roland -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
Director de Tecnología M: +34 607 22 60 05 F: +34 912 94 80 80 http://www.codeoscopic.com http://www.directwriter.es http://www.avant2.es -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
s-aop, but supporting this stuff @ compile-time will make it a lot more powerful. cheers, Roland -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
use my COMPLETE ignorance on the subject of AOP but what is the goal of it, how would it help and how is it implemented in code? Mike -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
g else is covered. Side note; The Falcon parser is so fast that to update offsets after code is inserted is just a matter of reparsing the file with the new code, this will give you updated AST without changing the source file yet. Mike Roland -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
I'm going to do some experiments, I'll let you know. Sure, maybe I can eventually take one of your experiments and start work on the AOP bits. Sounds like a plan :) cheers, Roland -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-29 Thread Michael Schmalle
Quoting Roland Zwaga : On 29 December 2012 01:31, Michael Schmalle wrote: Wow, Roland you didn't even tell me you were up to no good with asblocks! Well, it was Christmas time, so I didn't want to bother you :) I'm glad that freakin year of messing around produced

Re: [Falcon] New ASDoc prototype

2012-12-28 Thread Michael Schmalle
modify, so I'm interested. Also, since MXML is not fully implemented there might be issues with that. No really an issue for generating docs for the SDK as there's only AS code - other than a few MXML examples that are included as far as I'm aware. Thanks, Justin -- Michael

[Falcon] New ASDoc prototype

2012-12-28 Thread Michael Schmalle
mplemented there might be issues with that. But that might also give me an excuse to get into the MXML code in Falcon as well (about the only place I really haven't studied yet). Mike -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-28 Thread Michael Schmalle
on, but thanks. EdB On Fri, Dec 28, 2012 at 12:31 PM, Michael Schmalle wrote: HAH! You got me, wow I was so organized starting this project. :) I'm looking about 1-2 hours if everything goes right. I hate these but this is what you get for being a mad scientist sometimes. After this we sho

Re: [jira] [Commented] (FLEX-33330) An easier way of managing the locales for the InstallApache application

2012-12-28 Thread Michael Schmalle
--- Roland, This is fantastic work. I just got a chance to run the app and it works great. Thanks for working on this. Thanks to Michael Schmalle as well! BTW, I have fixed the RuntimeLocale.as with all the missing semicolons and checked it into SVN. Thanks, Om An easier wa

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-28 Thread Michael Schmalle
tors' to land? If 'soon', I'll hold off on committing more tests and make them work on the 'new' code first, no worries. And I did mean "org.apache.flex.js", it is the package structure for 'compiler.jx.tests'... Maybe that also needs 'a little&#

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-28 Thread Michael Schmalle
o increase the separation between them and other output types? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-28 Thread Michael Schmalle
one more refactor on the emitter and docemitter. I'm half way done. Then I will move some packages around like we said, things should be pretty stable from the stand point of where classes and interfaces go. If I have a question I'll ask your opinion about placement. Mike EdB

Re: [FalconJx::GoogEmmitter] Moving forward

2012-12-27 Thread Michael Schmalle
do anything but dig around a bit more to get more 'into' the code. So you go ahead with your todo, please. Once I've figured out what I can do and how I should do it, I'll notify you to see if we're in a state to receive my efforts. Ok? EdB On Thu, Dec 27, 2012 at 3:0

Re: [FalconJx::GoogEmmitter] Moving forward

2012-12-27 Thread Michael Schmalle
tion. Probably need an interface like IDocEmitter the IJSGoogEmitter extends. Anyway, what do you want to do, because that is to close of quarters for me to work today if you are refactoring the JSEmitter. Mike EdB On Thu, Dec 27, 2012 at 2:21 PM, Michael Schmalle wrote: Looks good Erik! Wel

Re: [FalconJx::GoogEmmitter] Moving forward

2012-12-27 Thread Michael Schmalle
if we have to chose at all), but mostly to see how I can contribute from my end. Please let me know how I did and what you would like me to do differently. Thanks. EdB On Thu, Dec 27, 2012 at 11:56 AM, Michael Schmalle wrote: Hey, I have no plans other than to keep trudging away. There is st

Re: [FalconJx::GoogEmmitter] Moving forward

2012-12-27 Thread Michael Schmalle
public' can commit; refactoring, etc.)? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] Package down to Expression production; JSGoogEmiter prototype

2012-12-27 Thread Michael Schmalle
y decreasing argument index and then nested, because it is obsolete to check for arguments.length < 4 if you already know that arguments.length < 3. But I agree that we can add this optimization later. I just would like to see us get the *semantics*right in the first go. Greetings -Frank-

Re: [FalconJx] Package down to Expression production; JSGoogEmiter prototype

2012-12-22 Thread Michael Schmalle
down hill. Mike Quoting Erik de Bruin : Awesome, Mike! Now you've gone and created a reason for me to waste a considerable amount of the holidays on getting to know this code and "finish" the conversion table ;-) Have a very merry Xmas, EdB On Sat, Dec 22, 2012 at 1:00 AM

Re: [FalconJx] New JavaScript runtime format prototype

2012-12-22 Thread Michael Schmalle
update, providing increased canvas rendering speed and JavaScript performance. -Frank- -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] Package down to Expression production; JSGoogEmiter prototype

2012-12-22 Thread Michael Schmalle
" the conversion table ;-) Have a very merry Xmas, EdB On Sat, Dec 22, 2012 at 1:00 AM, Michael Schmalle wrote: Hi, Well I busted my A$$ before I hit vacation, Erik you can look at TestGoogEmiter and the JSGoogEmitter to see the black majik I whipped up today. Basically with the NEW

Re: [FalconJx] Package down to Expression production; JSGoogEmiter prototype

2012-12-21 Thread Michael Schmalle
lue:String) { ^ JSC_PARSE_ERROR: Parse error. syntax error at line 31 character 0 } ^| On 12/22/2012 12:00 AM, Michael Schmalle wrote: goog.provide('com.example.components.MyTextButton'); goog.require('org.apache.flex.html.staticControls.TextButton'); /** * @constructor */ com.e

[FalconJx] Package down to Expression production; JSGoogEmiter prototype

2012-12-21 Thread Michael Schmalle
ple.components.MyTextButton} * @param {String} value * @return {String} */ com.example.components.MyTextButton = function(value:String) { return "Don't " + _privateVar + value; } -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

RE: [jira] [Commented] (FLEX-33320) Falcon doesn't allow multiline member access

2012-12-20 Thread Michael Schmalle
o change it. - Gordon -Original Message----- From: Michael Schmalle (JIRA) [mailto:j...@apache.org] Sent: Thursday, December 20, 2012 8:05 AM To: flex-dev@incubator.apache.org Subject: [jira] [Commented] (FLEX-33320) Falcon doesn't allow multiline member access [ https:/

Re: [FalconJx] New JavaScript runtime format prototype

2012-12-20 Thread Michael Schmalle
ion with "native" JavaScript or package-scope variables, just to name two), but I think the current state is a solid core of how a modern, efficient, self-contained, extensive and still concise JavaScript runtime format for Apache Flex could look like. Please tell me what you think! Have fun, -Frank- -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

[jira] [Commented] (FLEX-33320) Falcon doesn't allow multiline member access

2012-12-20 Thread Michael Schmalle (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537121#comment-13537121 ] Michael Schmalle commented on FLEX-33320: - Yeah, I knew that was a problem,

[jira] [Commented] (FLEX-33320) Falcon doesn't allow multiline member access

2012-12-20 Thread Michael Schmalle (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537107#comment-13537107 ] Michael Schmalle commented on FLEX-33320: - This line is throwing an error?

[jira] [Commented] (FLEX-33320) Falcon doesn't allow multiline member access

2012-12-20 Thread Michael Schmalle (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537104#comment-13537104 ] Michael Schmalle commented on FLEX-33320: - Have to check ECMA script or the

A Toast like popup decorator for desktop/mobile

2012-12-20 Thread Michael Schmalle
Hi, I was just reminded of something I had put in my whiteboard a year ago. I had a little framework that created toast like messages for the desktop/mobile using PopUpContainer. I don't know how relevant it is, been a while since I have done component work but, it might be something to

Re: Flex Mobile components in desktop/browser applications

2012-12-20 Thread Michael Schmalle
pplications while maintain >>> current mobile skins for mobile targets. So we could make some changes in >>> this direction in order to get a more natural use. >>> >>> What do you think about it? >>> >>> >>> -- >>> Carlos Rovira >>> Director de Tecnología >>> M: +34 607 22 60 05 >>> F: +34 912 35 57 77 >>> http://www.codeoscopic.com >>> http://www.directwriter.es >>> http://www.avant2.es >> >> -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] It's early, but does it cross compile?

2012-12-20 Thread Michael Schmalle
l get more info up on the wiki and directions, so we don't waste time with email. Just keep up with your table! Mike EdB On Thu, Dec 20, 2012 at 12:18 PM, Michael Schmalle wrote: Quoting Erik de Bruin : Mike, Got all 5 "Falcon" projects from SVN. I build Falcon and Fal

Re: Falcon tests

2012-12-20 Thread Michael Schmalle
<1> > > [junit] ) > > [junit] Loading configuration: > D:\Apache\incubator\flex\sdk\branches\develop\frameworks\projects\sp > ar > k_dmv\compile-config.xml > > [junit] > > [junit] 15497 bytes written to > C:\Users\gosmith.ADOBENET\spark_dmv4247945619694088249.swc in 0.755 > seconds > > [junit] Loading configuration: > D:\Apache\incubator\flex\sdk\branches\develop\frameworks\projects\to > ol > \compile-config.xml > > [junit] > > [junit] > D:\Apache\incubator\flex\sdk\branches\develop\frameworks\projects\to > ol > \src\mx\automation\tool\ToolAdapter.as:1903 > > [junit] Warning: variable definition duplicates function parameter: > message. > > [junit] var message:String = "WARNING... > somebody called setLastError. This was not tested for Marshalling"; > > [junit] ^ > > [junit] 110637 bytes written to > C:\Users\gosmith.ADOBENET\tool8024309300705680535.swc in 1.045 > seconds > > [junit] > > [junit] Expected: is <0> > > [junit] got: <1> > > [junit] ) > > [junit] Loading configuration: > D:\Apache\incubator\flex\sdk\branches\develop\frameworks\projects\to > ol > _air\compile-config.xml > > [junit] > > [junit] 130905 bytes written to > C:\Users\gosmith.ADOBENET\tool_air3903286668148252506.swc in 1.083 > seconds > > [junit] Tests run: 18, Failures: 6, Errors: 0, Time elapsed: > > 18.424 > sec > > [junit] Test f.SDKSWCTests FAILED > > > > Do they pass for you? If a test doesn't pass, I'd like to @Ignore > > it > until it passes so that 'ant tests' has all passes. > > > > - Gordon > -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] It's early, but does it cross compile?

2012-12-20 Thread Michael Schmalle
g. This is very important for when we go to move forward that we have everything covered. Mike Quoting Michael Schmalle : Quoting Erik de Bruin : Mike, Got all 5 "Falcon" projects from SVN. I build Falcon and FalconJS using ant on the command line (as per their respective

Re: [FalconJx] It's early, but does it cross compile?

2012-12-20 Thread Michael Schmalle
his is right with a couple missing semicolons, class and package block. Ask more questions about "what you want to test", I'll tell you how to do it. Mike How did I do? EdB On Thu, Dec 20, 2012 at 11:50 AM, Michael Schmalle wrote: Hey, No, at the moment it's &q

Re: [FalconJx] It's early, but does it cross compile?

2012-12-20 Thread Michael Schmalle
:-) Is there any way that I can make this work, so I can play with it and get a better feel for what's possible and more importantly, what is needed? Thanks! EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl -- Mi

Re: Flex just became a TLP (top-level project) with Alex as our VP

2012-12-19 Thread Michael Schmalle
y 16, 2013. Doug -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: Adobe Scout (was Monocle)

2012-12-17 Thread Michael Schmalle
erformance that much. -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FlexJS] Testing AS -> JS translation

2012-12-17 Thread Michael Schmalle
hat a thorough foundation will allow us to hit lightspeed down the road. Besides, I have the time right now to do this right IMHO. Mike EdB On Mon, Dec 17, 2012 at 7:21 PM, Michael Schmalle wrote: That's a bit up in the air right now I think. The way I'm writing tests

Re: [FlexJS] Testing AS -> JS translation

2012-12-17 Thread Michael Schmalle
t's what I know), to test the result from putting the FalconJx output through the Google Closure Compiler and later on the Closure Builder. Preferably we would be able to integrate both test suites, so we can test AS -> "final JS" in one go. Thoughts? EdB -- Ix Multimedia

Re: Falcon SDKSWCTests

2012-12-16 Thread Michael Schmalle
> >> >> > >> >> Cheers, > >> >> Chema > >> >> > >> >> 2012/12/7 Chema Balsas > >> >> > >> >> > Following with this, I've checked and in CompcTask, an > >> >> > include-config > >> >> > (ifSpec) is added with createElem instead of with > >> >> > createElemAllowAppend. Is there a reason for this? I've > >> >> > checked and changing it and adding 'append="true"' in the ant > >> >> > task to the include-file tag does fix this I don't know if > >> >> > there's something else > >> >> to take into account though. > >> >> > > >> >> > We won't be using it for now, but do you think we should try > >> >> > to fix this, or at least document it somewhere? > >> >> > > >> >> > > >> >> > 2012/12/7 Chema Balsas > >> >> > > >> >> >> Yes, I already have it and it's working. I've accessed my > >> >> >> account through ssh to verify it and I've also checked, and I > >> >> >> have access to the apache commiters repository, but not ours. > >> >> >> > >> >> >> > >> >> >> 2012/12/7 Alex Harui > >> >> >> > >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> On 12/7/12 9:22 AM, "Chema Balsas" wrote: > >> >> >>> > >> >> >>> > Oh, that explains it then... and how unfortunate > >> >> >>> > > >> >> >>> > From Gordon's comment, I assumed we were going to stop > >> >> >>> > including the version.properties file (at least for now). > >> >> >>> > That was exactly what I was about to commit, but it seems > >> >> >>> > I still don't have access to the svn repository. > >> >> >>> > > >> >> >>> Did you get an email asking about what you want your apache > >> >> >>> id to > >> be? > >> >> >>> > >> >> >>> -- > >> >> >>> Alex Harui > >> >> >>> Flex SDK Team > >> >> >>> Adobe Systems, Inc. > >> >> >>> http://blogs.adobe.com/aharui > >> >> >>> > >> >> >>> > >> >> >> > >> >> > > >> >> > >> > > >> > > >> > > > > > -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
ed to translate entire structure once... no way BURM will be faster. On 12/14/2012 6:43 PM, Michael Schmalle wrote: Quoting Alex Harui : We are definitely in prototype/research mode and different angles should be investigated. The key to the "Apache Way" is that if we have to

RE: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
ecember 14, 2012 10:34 AM To: flex-dev@incubator.apache.org Subject: Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn On 12/14/12 10:04 AM, "Michael Schmalle" wrote: Quoting Alex Harui : On 12/14/12 4:24 AM, "Erik de Bruin" wrote: D

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
Sorry I meant the prototype is a "top down walker", bottom down dosn't make any sense. :) Mike Quoting Michael Schmalle : Quoting Alex Harui : We are definitely in prototype/research mode and different angles should be investigated. The key to the "Apache Way

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
if the prototype is a dog. Mike -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
, which is in the current prototype. Mike -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
y it's all just javascript. Kevin N. On 12/14/12 6:17 AM, Michael Schmalle wrote: I say stick with goog, if Frank wants to use something else he can. If in the future we find a better way, I will PERSONALLY help change every freaking line of code Erik. Just focus on goog! -- Mich

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
;, 'requires', 'base' and 'inherits'), the Closure Builder output is ALL THAT'S NEEDED for our JS to run in the browser. This means that all dependencies have been resolved and the code is compiled such that doesn't need the "goog" library to run... Pretty efficient and highly optimised, I'd say ;-) EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
x27;t quite understand the status. Is it like we have 3 different people working on their own/favourite implementation at the same time? -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
.namespace.dont.you.think - but if the Closure Compiler figures it can get away with it, it will ruthlessly refactor that to: "a". EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
Quoting Daniel Wasilewski : On 12/14/2012 11:49 AM, Michael Schmalle wrote: Isn't it the end of 2012 right now? ;-) Mike Nope, we have to survive end of the world first, then end of the world sales and then... :D Right, and the millions of other planets in the hundreds of galax

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
get up in svn a valid alternate cross compiler, I want to give people hope in a new direction so it can galvanize a new effort. And I am glad people like you are here. I can step in at some point but I am ridiculously busy at the moment... and towards the end of 2012 :( Isn't it th

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
thing that may even keep the Flex project alive in near future. And just happened that here is few people capable of making it happen, I would love to see them working together with the same goals. Dan On 12/14/2012 10:48 AM, Michael Schmalle wrote: Hey, This is great to hear. I'm kind

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
Runtime. For IE8 and other non-ES5 browsers, we would then use polyfills for all ES5 functions used. Let's see if I can get an approval from my company to contribute; if it takes too long, I'd blog about the concepts and you or someone else would have to implement them. Greetings -F

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
x27;m with Mike on this one. Lead and others will follow. I for one plan to stick around the compiler and mostly the JS generation. I've still to find the time to dive deep into your approach, but I'll be working on it for sure. You can definitely count me in. Cheers, Chema 2012/12/14

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-14 Thread Michael Schmalle
val from my company to contribute; if it takes too long, I'd blog about the concepts and you or someone else would have to implement them. Greetings -Frank- On Fri, Dec 14, 2012 at 1:31 AM, Michael Schmalle wrote: Not really, I rebuilt everything from scratch. Yes I copied about half t

Re: [FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-13 Thread Michael Schmalle
look this weekend. Can you briefly describe the important files to look at? Did you copy the FalconJS files then do most of your work in a few of them? Thanks, -Alex On 12/13/12 3:37 PM, "Michael Schmalle" wrote: Hi, Well, I spent the last 4 days working on this to where it was so

[FalconJx] Prototype ActionScript -> JavaScript compiler code up in svn

2012-12-13 Thread Michael Schmalle
expressions and statements. Its a good start. Note; I have not don't a build file, if anybody wants to go for it. Please, I hate them. :) Peace, Mike - [0] https://svn.apache.org/repos/asf/incubator/flex/whiteboard/mschmalle/ -- Michael Schmalle - Teoti Graphix, LLC http://www.t

Re: [FalconJx] A new baby cross compiler experiement for AS -> JS using Falcon

2012-12-10 Thread Michael Schmalle
eProcessor APIs. All I"m going to do is override each of those APIs and instead of sticking ABC code in the instruction lists, stick in single instructions that are a string of JS. That's my understanding of how JSEmitter works today. I'll look at this. Mike -- Michael Schmall

Re: [FalconJx] A new baby cross compiler experiement for AS -> JS using Falcon

2012-12-10 Thread Michael Schmalle
red output format would be without having to get up and working with Falcon. Does that sound like it could work? Sounds good, we need all the momentum we can get. Right now I'm just really trying to figure out the whole structure of what I'm working on. Mike -- Michael Schmalle

Re: [FalconJx] A new baby cross compiler experiement for AS -> JS using Falcon

2012-12-10 Thread Michael Schmalle
to commit sooner than later, we can change things very easily, it's quite modular. What I need to figure out is how I'm going to setup unit testing so we can test FIRST and add functionality after the base expressions and statements work correctly. Mike On Mon, Dec 10, 201

Re: Falcon compiler on java 7

2012-12-10 Thread Michael Schmalle
ot;$HOSTTYPE" = "x86_64" -a "$check64" != "" ]; then +if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" -a "$javaVersion" = "1.6" ]; then target file

Re: [FalconJx] A new baby cross compiler experiement for AS -> JS using Falcon

2012-12-10 Thread Michael Schmalle
d significant contributions of existing code may need a software grant. http://www.apache.org/licenses/cla-corporate.txt http://www.apache.org/licenses/icla.txt -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [FalconJx] A new baby cross compiler experiement for AS -> JS using Falcon

2012-12-10 Thread Michael Schmalle
/org/as3commons/asblocks On Mon, Dec 10, 2012 at 12:27 AM, Michael Schmalle wrote: How do we want default arguments dealt with on functions? What about this: http://blog.jangaroo.net/2012/01/simulating-actionscript-parameter.html And the follow-up about the "... (rest)" parameter:

Re: [FalconJx] A new baby cross compiler experiement for AS -> JS using Falcon

2012-12-09 Thread Michael Schmalle
n(value) { } /** * @this {com.example.components.MyTextButton} * @param {int} a * @param {String} b * @return {Event} */ com.example.components.MyTextButton.testFunc = function(a, b) { print(); return null } // end Javascript /

[FalconJx] A new baby cross compiler experiement for AS -> JS using Falcon

2012-12-09 Thread Michael Schmalle
nts.MyTextButton.prototype.baz = "what are you doing"; /** * @this {com.example.components.MyTextButton} * @param {int} a * @param {String} b * @return {Event} */ com.example.components.MyTextButton.testFunc = function(a, b) { print(); return null } // end Javascript / Peace, Mike -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

RE: [Falcon] Unit tests failing

2012-12-07 Thread Michael Schmalle
was really only speaking of the SWC compile tests. Obviously when doing unit tests we are talking about Falcon, so I meant functional testing not unit testing. :) Mike - Gordon -Original Message- From: Michael Schmalle [mailto:apa...@teotigraphix.com] Sent: Friday, December 07, 2012 4:27

Re: [Falcon] Unit tests failing

2012-12-07 Thread Michael Schmalle
he build properties). Whats the solution? :) Mike 2012/12/8 Michael Schmalle See all this got changed and I didn't know about it. I spent way to much time on something I could have just run a build target on! :) Ow that hurts. I was seriously about ready to give up. So I guess I can

Re: [ASJS] Adjusting FalconJS output (no general discussion in this thread, please)

2012-12-07 Thread Michael Schmalle
er than barfing!) the implicit super call in the byte code. So we just have to keep that in mind when taking the direct AS-AST->JS approach. On Sat, Dec 8, 2012 at 1:08 AM, Michael Schmalle wrote: The code should already be setup correct because the compiler would have barfed and not cr

RE: [Falcon] Unit tests failing

2012-12-07 Thread Michael Schmalle
DK >>>> you want test Falcon with into Falcon's directory, so that >>>> everything is relative to each other as it will eventually be. >>>> >>> I guess I haven't given up on the vision of Falcon being so >>> independent that it doesn't have to be in every SDK release. For >>> sure, I am currently working on a "new SDK" and I want Falcon and >>> FalconJS to work with it. I want to finish the vision of not >>> having to change Falcon for every version of the SDK. >>> That would eventually allow the SDK folder to not contain any java >>> code, and changing SDK versions becomes a matter of changing SWCs >>> and not JARs. >>> >>> And I don't want to eliminate the possibility that someone will >>> take on the effort to integrate Falcon into an IDE. >>> >>> -- >>> Alex Harui >>> Flex SDK Team >>> Adobe Systems, Inc. >>> http://blogs.adobe.com/aharui >>> >> >> -- >> Alex Harui >> Flex SDK Team >> Adobe Systems, Inc. >> http://blogs.adobe.com/aharui >> > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [ASJS] Adjusting FalconJS output (no general discussion in this thread, please)

2012-12-07 Thread Michael Schmalle
Bruin wrote: On the second one, I would tentatively say "no, it doesn't have to be there"... but a definitive answer might require some more research. -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [Falcon] Unit tests failing

2012-12-07 Thread Michael Schmalle
this for years. So there has to be some way to setup Elcipse without having to put compiler args in the debug configurations popup. Mike On 12/7/12 3:40 PM, "Michael Schmalle" wrote: I use Eclipse and JUnit. I can't stand the command line, I'm a visual person. You just ri

Re: [Falcon] Unit tests failing

2012-12-07 Thread Michael Schmalle
someone will take on the effort to integrate Falcon into an IDE. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

RE: [Falcon] Unit tests failing

2012-12-07 Thread Michael Schmalle
te the possibility that someone will take on the effort to integrate Falcon into an IDE. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [ASJS] Adjusting FalconJS output (no general discussion in this thread, please)

2012-12-07 Thread Michael Schmalle
d to be there? Mike On Fri, Dec 7, 2012 at 8:26 PM, Michael Schmalle wrote: After doing some more research, the super() implementation in general is a rats nest that needs to be figured out. Can someone give me the rules as to how super works with GC? If it's not present etc, is super.myMet

Re: [ASJS] Adjusting FalconJS output (no general discussion in this thread, please)

2012-12-07 Thread Michael Schmalle
After doing some more research, the super() implementation in general is a rats nest that needs to be figured out. Can someone give me the rules as to how super works with GC? If it's not present etc, is super.myMethod() allowed? Mike Quoting Michael Schmalle : Ok my head hurts

Re: [ASJS] Adjusting FalconJS output (no general discussion in this thread, please)

2012-12-07 Thread Michael Schmalle
he 'private' var declaration should look like this: /** * @private * @type {string} */ this._privateVar = '_do'; I agree on the whitespace certainly not being a priority, I'm just channeling the Linter ;-) And we thank 'them' for adding all the stuff, but now it'

Re: [Falcon] LinkReport and LZMA compression

2012-12-07 Thread Michael Schmalle
the link report has no valid meaning. So my question is, does Falcon use LZMA? -- João Fernandes -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [ASJS] Adjusting FalconJS output (no general discussion in this thread, please)

2012-12-07 Thread Michael Schmalle
d' lines in the JSDoc blocks, they don't provide useful information, they merely state the name of the item, which is clearly readable a few short lines later ;-) Right, remember this stuff was added by them. Mike EdB On Fri, Dec 7, 2012 at 4:01 PM, Michael Schmalle wrote: Ok nex

Re: [ASJS] Adjusting FalconJS output (no general discussion in this thread, please)

2012-12-07 Thread Michael Schmalle
Don't " + this._privateVar) + value); } //------ Mike -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

[WIKI] PPMC member can activate write access in WIKI? was: Re: [ASJS] Adjusting FalconJS output (no general discussion in this thread, please)

2012-12-07 Thread Michael Schmalle
Hmm, I'm PPMC and should have plenty of karma, I just don't think I have the admin rights for the wiki(I have write access), I should ask for admin rights so I can make these changes myself. If I am allowed to I guess. Mike Quoting Erik de Bruin : It worked for me ;-) The idea is that on

  1   2   3   4   5   6   >