Jenkins build is back to normal : royale-typedefs #606

2018-08-08 Thread apacheroyaleci
See

Jenkins build is back to normal : royale-compiler #376

2018-08-08 Thread apacheroyaleci
See

Build failed in Jenkins: royale-compiler #375

2018-08-08 Thread apacheroyaleci
See -- [...truncated 84.08 KB...] css.tree: [echo] Generating CSSTree [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx512m antlr:

Re: XML filters broke

2018-08-08 Thread Harbs
OK. I think I cherry-picked the files, although there were some conflicts. I hope I resolved them correctly. > On Aug 9, 2018, at 12:45 AM, Alex Harui wrote: > > The ones in Storage seem to have very different APIs that the flash versions > and are in a different package. I'm not sure it is

Re: XML filters broke

2018-08-08 Thread Alex Harui
The ones in Storage seem to have very different APIs that the flash versions and are in a different package. I'm not sure it is worth worrying about right now. AIUI, the ones in Network are intended to mimic the flash versions and are what our users are looking for. My 2 cents, -Alex On

Re: XML filters broke

2018-08-08 Thread Harbs
It looks like we have duplicate classes in Storage and Network. I think we need to pick which package these classes belong in. > On Aug 9, 2018, at 12:38 AM, Alex Harui wrote: > > There's an IDataInput/IDataOutput in the Network.swc in the develop branch > that would be useful to have in the

Re: XML filters broke

2018-08-08 Thread Alex Harui
There's an IDataInput/IDataOutput in the Network.swc in the develop branch that would be useful to have in the feature/MXRoyale branch. I don't want to stop to do a full merge right now. -Alex On 8/8/18, 2:36 PM, "Harbs" wrote: What’s the issue with IDataInput/IDataOutput? Cherrypicked

Re: XML filters broke

2018-08-08 Thread Harbs
What’s the issue with IDataInput/IDataOutput? Cherrypicked from where? > On Aug 8, 2018, at 11:48 PM, Alex Harui wrote: > > Won’t know until we try it. I'll adjust XMLList as needed. I have an actual > test case with Tour De Flex to work with. > > If you have time to cherrypick

Re: XML filters broke

2018-08-08 Thread Alex Harui
Won’t know until we try it. I'll adjust XMLList as needed. I have an actual test case with Tour De Flex to work with. If you have time to cherrypick IDataInput/IDataOutput for our users that would be helpful. Thanks, -Alex On 8/8/18, 1:31 PM, "Harbs" wrote: Are you sure the logic to

Re: XML filters broke

2018-08-08 Thread Harbs
Are you sure the logic to reassign this will work here? I’m willing to rewrite the code in XMLList to use call if you think it’ll make things easier in the compiler… > On Aug 8, 2018, at 11:03 PM, Alex Harui wrote: > > > > On 8/8/18, 12:59 AM, "Harbs" >

Re: XML filters broke

2018-08-08 Thread Alex Harui
On 8/8/18, 12:59 AM, "Harbs" wrote: Does “this” in call/apply even work for a function which is not a prototype function? I thought in that case “this” is the global context. From my testing, the 'this' can be re-assigned as we want it. I think 6a is kind of ambiguous. Why do

Re: Migrating Enterprise Flex Application

2018-08-08 Thread Harbs
What is missing? > On Aug 8, 2018, at 8:28 PM, Carlos Rovira wrote: > > Hi, > > just notice that current versions of IDataInput and IDataOutput are > incomplete. The rest of missed methods should be added and as well added to > implementor classes > > just my 2ctns > > 2018-08-08 9:29

Build failed in Jenkins: royale-compiler #374

2018-08-08 Thread apacheroyaleci
See Changes: [aharui] allow/ignore some errors because the transpiler will generate some other [aharui] allow substitutions in method visibility [aharui] handle simple XML

Re: Migrating Enterprise Flex Application

2018-08-08 Thread Carlos Rovira
Hi, just notice that current versions of IDataInput and IDataOutput are incomplete. The rest of missed methods should be added and as well added to implementor classes just my 2ctns 2018-08-08 9:29 GMT+02:00 Alex Harui : > In the develop branch, there is an IDataInput/IDataOutput in the

Build failed in Jenkins: royale-compiler #373

2018-08-08 Thread apacheroyaleci
See -- [...truncated 57.81 KB...] [junit] Running org.apache.royale.compiler.internal.codegen.typedefs.TestPackageNamespace [junit] foo parameters not

RE: [royale-asjs] branch feature/MXRoyale updated: RichTextEditor.mxml Added

2018-08-08 Thread Alina Kazi
Sure I will be more careful next time. Thanks, Alina -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Monday, August 06, 2018 10:03 PM To: dev@royale.apache.org; comm...@royale.apache.org Subject: Re: [royale-asjs] branch feature/MXRoyale updated:

Build failed in Jenkins: Royale-asjs_MXRoyale #60

2018-08-08 Thread apacheroyaleci
See Changes: [harbs] XML reference added to SparkRoyale (#267) -- [...truncated 390.84 KB...] [echo] ROYALE_COMPILER_HOME is C:\Program

Build failed in Jenkins: royale-asjs_jsonly #1290

2018-08-08 Thread apacheroyaleci
See Changes: [harbs] Fixed Spelling. (#265) -- [...truncated 356.85 KB...] [echo] Generating CmcEmitter [mkdir] Created dir:

Re: XML filters broke

2018-08-08 Thread Harbs
Does “this” in call/apply even work for a function which is not a prototype function? I thought in that case “this” is the global context. I think 6a is kind of ambiguous. Why do you think there’s a difference between the following (other than avoiding ambiguous this references)? function() {

Re: XML filters broke

2018-08-08 Thread Alex Harui
EmitterUtils.writeThis seems to be working ok. I think it would be better/correct to use it here. I'm not sure if node as a parameter creates the same scope chain as node being the this pointer. I think no, I don't think parameters are involved in lexical scoping. IMO, 6a in the spec is

Re: Migrating Enterprise Flex Application

2018-08-08 Thread Alex Harui
In the develop branch, there is an IDataInput/IDataOutput in the Network SWC. I will try to cherry pick that into feature/MXRoyale after I finish up another thing I'm currently working on. You could probably get the nightly from the develop branch and use that Network.swc. HTH, -Alex On

Build failed in Jenkins: Royale-asjs_MXRoyale #59

2018-08-08 Thread apacheroyaleci
See Changes: [noreply] Update LinearGradient.as -- [...truncated 392.25 KB...] [echo] Making lib directory C:\Program Files

Re: Migrating Enterprise Flex Application

2018-08-08 Thread chembali
My current code uses IDataInput/iDataOutput classes in Flash util. What classes can I use to replace them? I saw IBinaryDataOutput in Royale, but it does not have the writeObject() and readObject() apis. -- Sent from: http://apache-royale-development.20373.n8.nabble.com/