Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-27 Thread lizhi
Moreover, initialization of flexjs static variables needs to be optimized. - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Kotlinjs-has-solved-the-circular-dependency-problem-Flexjs-do-you-have-any-plans-tp63965p63983.html Sent f

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-27 Thread lizhi
I'm not sure now. I'm porting a AS3 UI library. But a lot of serious mistakes were reported. I'm checking out why this error happened 八月 28, 2017 1:59:13 下午 com.google.javascript.jscomp.LoggerErrorManager println 严重: D:/proj/git/spriteflexjs/test/bin/js-debug/XML.js:14: ERROR - required "XMLList"

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-27 Thread Harbs
What bug are you talking about? What do you need that -remove-circulars does not fix? > On Aug 28, 2017, at 6:00 AM, lizhi wrote: > > Please compile a simple kotlin project. I think this bug is very important > and should be repaired as soon as possible. Then kotlin is also open source. > > >

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-27 Thread lizhi
Please compile a simple kotlin project. I think this bug is very important and should be repaired as soon as possible. Then kotlin is also open source. - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Kotlinjs-has-solved-the-circular-

Re: Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-27 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24

Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2017-08-27 Thread Piotr Zarzycki
Please create folder helper. I think we will have more classes with time. :) 2017-08-27 11:41 GMT+02:00 Harbs : > I’ve already started using it for a number of classes. I did not yet > commit those changes because the changed classes still need more work. > > I’m not sure accessories or supportCl

Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2017-08-27 Thread Harbs
I’ve already started using it for a number of classes. I did not yet commit those changes because the changed classes still need more work. I’m not sure accessories or supportClasses is the right place. Maybe we should add a “helper” folder for function files. Harbs > On Aug 27, 2017, at 12:25

Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2017-08-27 Thread Harbs
Oops. > On Aug 27, 2017, at 12:36 PM, Piotr Zarzycki > wrote: > > Please add license header to this file, cause RAT complaining. > > Thanks, > Piotr > > 2017-08-27 11:25 GMT+02:00 Piotr Zarzycki : > >> Hi Harbs, >> >> Thanks for adding it - That may be really helpful. >> I think you should

Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2017-08-27 Thread Piotr Zarzycki
Please add license header to this file, cause RAT complaining. Thanks, Piotr 2017-08-27 11:25 GMT+02:00 Piotr Zarzycki : > Hi Harbs, > > Thanks for adding it - That may be really helpful. > I think you should consider move it to one of the folder to Basic: > accessories or supportClasses. > > If

Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2017-08-27 Thread Piotr Zarzycki
Hi Harbs, Thanks for adding it - That may be really helpful. I think you should consider move it to one of the folder to Basic: accessories or supportClasses. If you could also add version when it was introduced etc. What do you think? Thanks, Piotr On Sun, Aug 27, 2017, 06:43 wrote: > Repos

Re: FlexJS Issue with multiple assignment

2017-08-27 Thread Harbs
Done. Thanks for the suggestion. > On Aug 27, 2017, at 10:33 AM, Harbs wrote: > > Yes. We added it. I suppose we can return the parameter. > >> On Aug 27, 2017, at 8:18 AM, Alex Harui wrote: >> >> setAttribute is not showing up in the spec for me. Is it one of the >> methods internal to the

Re: [2/2] git commit: [flex-asjs] [refs/heads/develop] - FLEX-35354 - Rename TabsItemRendererFactoryForArrayListData to TabsDynamicItemsRendererFactoryForArrayListData - Update TabsDynamicItemsRendere

2017-08-27 Thread Harbs
Is there a list of all these options somewhere? My understanding was that only “as” coercions are skipped and not function-style coercions. (or whatever it’s called) My point is that multiple calls to Language.as is wasteful. For example: It might be a good idea to have a coercion in the stran

Re: FlexJS Issue with multiple assignment

2017-08-27 Thread Harbs
Yes. We added it. I suppose we can return the parameter. > On Aug 27, 2017, at 8:18 AM, Alex Harui wrote: > > setAttribute is not showing up in the spec for me. Is it one of the > methods internal to the implementation? If so, can it return the value it > receives instead of null? > > -Alex >